summaryrefslogtreecommitdiffstats
path: root/scripts
diff options
context:
space:
mode:
authorJeremy Katz <katzj@redhat.com>2005-03-14 18:36:33 +0000
committerJeremy Katz <katzj@redhat.com>2005-03-14 18:36:33 +0000
commit3ee42d25089642b47bd4d1a339b8b2585f11e8fe (patch)
treefbe062a2d7cceb140e9924c1c445d17e1a6d16f4 /scripts
parent7905c33d0a8211a03f519737555007276d1cc93c (diff)
downloadanaconda-3ee42d25089642b47bd4d1a339b8b2585f11e8fe.tar.gz
anaconda-3ee42d25089642b47bd4d1a339b8b2585f11e8fe.tar.xz
anaconda-3ee42d25089642b47bd4d1a339b8b2585f11e8fe.zip
2005-03-14 Jeremy Katz <katzj@redhat.com>
* scripts/mk-images (DEBUG): Fix handling of --debug (Ingo Pakleppa, #150925)
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/mk-images1
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/mk-images b/scripts/mk-images
index b2670a5f8..404d8621a 100755
--- a/scripts/mk-images
+++ b/scripts/mk-images
@@ -12,6 +12,7 @@ usage () {
DEBUG=""
if [ "$1" == "--debug" ]; then
DEBUG="--debug"
+ shift
fi
if [ -z "$1" -o -z "$2" -o -z "$3" -o -z "$4" -o -z "$5" -o -z "$6" -o -z "$7" ]; then usage; fi