aboutsummaryrefslogtreecommitdiff
path: root/build.sh
diff options
context:
space:
mode:
authorjahoti <jahoti@tilde.team>2021-10-07 00:00:00 +0000
committerjahoti <jahoti@tilde.team>2021-10-07 00:00:00 +0000
commit95b040ff77bc15f18e9b6976fbcb83712844f7c7 (patch)
treee6e188f85032f828e767fcc6c9b9570f83fab2bb /build.sh
parent44fa85f38519552b26aabeea78c9a626a855d8d0 (diff)
downloadbrowser-extension-95b040ff77bc15f18e9b6976fbcb83712844f7c7.tar.gz
browser-extension-95b040ff77bc15f18e9b6976fbcb83712844f7c7.zip
Start on a makefile
Currently includes targets for unpacked versions and zips
Diffstat (limited to 'build.sh')
-rwxr-xr-xbuild.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/build.sh b/build.sh
index 98f6440..ec3a750 100755
--- a/build.sh
+++ b/build.sh
@@ -301,7 +301,7 @@ main() {
if [ "x$1" = "xmozilla" -o "x$1" = "xchromium" ]; then
BROWSER=$1
else
- errcho "usage: $0 mozilla|chromium [build directory] [update url]"
+ errcho "usage: $0 mozilla|chromium [source directory] [update url]"
exit 1
fi