diff options
| -rw-r--r-- | CHANGES | 2 | ||||
| -rw-r--r-- | appl/cmd/mk/mksubdirs | 4 | ||||
| -rw-r--r-- | include/version.h | 2 |
3 files changed, 5 insertions, 3 deletions
@@ -1,3 +1,5 @@ +20121205 + appl/cmd/mk/mksubdirs [issue 290 change suggested by powerman] 20120918 remove unused/unusable debug/setdebug from appl/lib/auth9.b and replace Keyring by Crypt 20120820 diff --git a/appl/cmd/mk/mksubdirs b/appl/cmd/mk/mksubdirs index 3fe01c81..57e8ac4f 100644 --- a/appl/cmd/mk/mksubdirs +++ b/appl/cmd/mk/mksubdirs @@ -10,7 +10,7 @@ clean:V: clean-$SHELLTYPE if { ftest -d $j } { echo 'cd' $j '; mk' $MKFLAGS $stem cd $j; mk $MKFLAGS $stem; cd .. - } else { - ! { ftest -e $j } + } { + ! ftest -e $j || raise $j^' not a directory' } } diff --git a/include/version.h b/include/version.h index 25f1021d..2b9cbe3c 100644 --- a/include/version.h +++ b/include/version.h @@ -1 +1 @@ -#define VERSION "Fourth Edition (20120928)" +#define VERSION "Fourth Edition (20121205)" |
