1
0
mirror of https://github.com/termux/termux-packages synced 2024-06-19 03:17:06 +00:00

build-package.sh: The -d (debug) flag takes no arg

This commit is contained in:
Fredrik Fornwall 2016-11-30 19:16:40 -05:00
parent ea159685ad
commit 30ecfee6b9

View File

@ -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";;