diff options
| -rwxr-xr-x | webgen | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -49,6 +49,11 @@ LANGUAGE='' # CODE: setup() { + if [ -e $TPLS -o -e Makefile ] + then + echo 'Error: Environment already initialized.' >&2 + exit 1 + fi mkdir $TPLS cd $TPLS touch \#section-index |
