ENH: add help/usage for dirToString, wmkdep. Add dirToString -strip option.

- The dirToString -strip option is simple, but reduces effort for the caller.
This commit is contained in:
mark
2017-02-10 14:10:00 +01:00
parent 46ecad8f7a
commit e82a029453
4 changed files with 84 additions and 33 deletions

View File

@ -34,7 +34,7 @@
if [ -r Make/options ]
then
echo "Error: Make/options already exists - exiting"
echo "Error: Make/options already exists - exiting" 1>&2
exit 1
fi