summaryrefslogtreecommitdiff
path: root/makerepropkg.in
diff options
context:
space:
mode:
Diffstat (limited to 'makerepropkg.in')
-rwxr-xr-xmakerepropkg.in12
1 files changed, 6 insertions, 6 deletions
diff --git a/makerepropkg.in b/makerepropkg.in
index 26534b6..6b2e3eb 100755
--- a/makerepropkg.in
+++ b/makerepropkg.in
@@ -101,12 +101,12 @@ __EOF__
}
while getopts 'M:c:h' arg; do
- case "$arg" in
- M) archroot_args+=(-M "$OPTARG") ;;
- c) cache_dirs+=("$OPTARG") ;;
- h) usage; exit 0 ;;
- *|?) usage; exit 1 ;;
- esac
+ case "$arg" in
+ M) archroot_args+=(-M "$OPTARG") ;;
+ c) cache_dirs+=("$OPTARG") ;;
+ h) usage; exit 0 ;;
+ *|?) usage; exit 1 ;;
+ esac
done
shift $((OPTIND - 1))