summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xsrc/selfstrap2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/selfstrap b/src/selfstrap
index 7f331e9..daa6431 100755
--- a/src/selfstrap
+++ b/src/selfstrap
@@ -30,7 +30,7 @@ while [ $# -gt 0 ]; do
30 -h|--help) usage 0 ;; 30 -h|--help) usage 0 ;;
31 -v|--verbose) VERBOSE=y ;; 31 -v|--verbose) VERBOSE=y ;;
32 --skip-update) SKIP_UPDATE=y ;; 32 --skip-update) SKIP_UPDATE=y ;;
33 --unpack) UNPACK_ONLY=y; die 'unimplemented' ;; 33 --unpack) UNPACK_ONLY=y ;;
34 --packages) x=$(cat < "$2") || die "could not read file '$2'" 34 --packages) x=$(cat < "$2") || die "could not read file '$2'"
35 EXTRA_PACKAGES="$EXTRA_PACKAGES $x" 35 EXTRA_PACKAGES="$EXTRA_PACKAGES $x"
36 shift ;; 36 shift ;;