[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

[PATCH] Added a check to see if user is running lh_clean from a sane location (i.e. not config/)



Justin Pryzby wrote:
> == is a bashism which is for regexes, for posix compatibility use just
> [ a = b ]

...and if there is the possibility to have a whitespace in it (which is
possible in ${PWD}), use: [ "a" = "b" ].

commited a slightely changed version, thanks Kai.

-- 
Address:        Daniel Baumann, Burgunderstrasse 3, CH-4562 Biberist
Email:          daniel.baumann at panthera-systems.net
Internet:       http://people.panthera-systems.net/~daniel-baumann/



Reply to: