chiark
/
gitweb
/
~mdw
/
termux-packages
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ea15968
)
build-package.sh: The -d (debug) flag takes no arg
author
Fredrik Fornwall
<fredrik@fornwall.net>
Thu, 1 Dec 2016 00:16:40 +0000
(19:16 -0500)
committer
Fredrik Fornwall
<fredrik@fornwall.net>
Thu, 1 Dec 2016 00:16:40 +0000
(19:16 -0500)
build-package.sh
patch
|
blob
|
blame
|
history
diff --git
a/build-package.sh
b/build-package.sh
index a614b92493a81e994002ed643013ac39b6e195dc..dcd89f23d306617ed7fc7e039a51b42b179fad1c 100755
(executable)
--- a/
build-package.sh
+++ b/
build-package.sh
@@
-14,7
+14,7
@@
show_usage () {
echo " -D Build a disabled package in disabled-packages/."
exit 1
}
-while getopts :a:hd
:
D option
+while getopts :a:hdD option
do
case "$option" in
a) TERMUX_ARCH="$OPTARG";;