summaryrefslogtreecommitdiff
path: root/newapkbuild.in
diff options
context:
space:
mode:
Diffstat (limited to 'newapkbuild.in')
-rwxr-xr-xnewapkbuild.in6
1 files changed, 2 insertions, 4 deletions
diff --git a/newapkbuild.in b/newapkbuild.in
index 0a0d433..1a41ae9 100755
--- a/newapkbuild.in
+++ b/newapkbuild.in
@@ -1,12 +1,10 @@
#!/bin/sh
#
-# Script to generate a new APKBUILD
+# newapkbuild - generate a new APKBUILD
# Copyright (c) 2009 Natanael Copa <natanael.copa@gmail.com>
#
# Distributed under GPL-2
#
-# Depends on: busybox utilities, fakeroot,
-#
version=@VERSION@
sysconfdir=@sysconfdir@
@@ -297,7 +295,7 @@ while getopts "acd:fhl:n:pyu:s" opt; do
done
shift $(( $OPTIND - 1 ))
-while [ $# -gt 0 ]; do
+while [ $# -gt 0 ]; do
newaport $1 || exit 1
shift
done