aboutsummaryrefslogtreecommitdiff
path: root/modules
diff options
context:
space:
mode:
authormitchell <70453897+667e-11@users.noreply.github.com>2008-06-18 18:00:40 -0400
committermitchell <70453897+667e-11@users.noreply.github.com>2008-06-18 18:00:40 -0400
commit438106e7b4594987feb351de9f76f94ed9bf5d73 (patch)
tree7e5324ce4d4ef8f955da814042a78ba3d4019e2c /modules
parentb5051198e02beebd6c7d28069a62384d441bdb31 (diff)
downloadtextadept-438106e7b4594987feb351de9f76f94ed9bf5d73.tar.gz
textadept-438106e7b4594987feb351de9f76f94ed9bf5d73.zip
Added modules browser to the Project Manager.
Diffstat (limited to 'modules')
-rwxr-xr-xmodules/new2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/new b/modules/new
index 746ffd54..5b385766 100755
--- a/modules/new
+++ b/modules/new
@@ -3,7 +3,7 @@
# usage:
# ./new [module_name] [language_name]
-mkdir $1
+mkdir $1 || exit
cat > $1/init.lua <<_EOF
-- Copyright 2007-2008 Mitchell mitchell<att>caladbolg.net. See LICENSE.