summaryrefslogtreecommitdiffstats
path: root/opkg-build
diff options
context:
space:
mode:
Diffstat (limited to 'opkg-build')
-rwxr-xr-xopkg-build16
1 files changed, 8 insertions, 8 deletions
diff --git a/opkg-build b/opkg-build
index ebbf5a3..9150d0b 100755
--- a/opkg-build
+++ b/opkg-build
@@ -195,20 +195,20 @@ while getopts "cCg:ho:vO" opt; do
g ) group=$OPTARG
ogargs="$ogargs --group=$group"
;;
- c ) outer=tar
- ;;
- C ) noclean=1
- ;;
+ c ) outer=tar
+ ;;
+ C ) noclean=1
+ ;;
v ) echo $version
exit 0
;;
- h )
- echo $usage >&2
+ h )
+ echo $usage >&2
exit 0
;;
- \? )
+ \? )
echo $usage >&2
- esac
+ esac
done