summaryrefslogtreecommitdiff
path: root/chromium/makecrx.sh
diff options
context:
space:
mode:
Diffstat (limited to 'chromium/makecrx.sh')
-rwxr-xr-xchromium/makecrx.sh2
1 files changed, 2 insertions, 0 deletions
diff --git a/chromium/makecrx.sh b/chromium/makecrx.sh
index ca97835..b0b8f2e 100755
--- a/chromium/makecrx.sh
+++ b/chromium/makecrx.sh
@@ -5,6 +5,8 @@
# Based on bash script at:
# http://code.google.com/chrome/extensions/crx.html
# Licensed under the BSD license
+#
+# NOTE: does not yet work perfectly with 9base tools
test $# -ne 2 && echo "Usage: $0 dir pem" && exit 1