Re: csh - remove empty and duplicate unnecessary lines

2019-07-29 Thread Ted Unangst
Kalwe Caramalac wrote: > Hi, this is my first diff submission, forgive me if have any error, > if anyone has any tips on how to do this i appreciate it. > @@ -588,7 +585,6 @@ dopopd(Char **v, struct command *t) > void > dfree(struct directory *dp) > { > - > if (dp->di_count != 0) { It's v

csh - remove empty and duplicate unnecessary lines

2019-07-29 Thread Kalwe Caramalac
Hi, this is my first diff submission, forgive me if have any error, if anyone has any tips on how to do this i appreciate it. I remove some duplicate and empty lines amoung a coupe of files in csh, i think this changes help to follow 'csh code style'. >From a3a16828c1cb30a33730a540fd46de8eb932b30