summaryrefslogtreecommitdiffstats
path: root/scripts
diff options
context:
space:
mode:
authorMatt Wilson <msw@redhat.com>2001-07-10 09:58:22 +0000
committerMatt Wilson <msw@redhat.com>2001-07-10 09:58:22 +0000
commit8c2ddeb3a47907e87b947f6489e47f83100d69c7 (patch)
treebb4211303ee74853f9a41becef4d2b12fc670a7b /scripts
parente5e67ea834159ea64a7072125bdad2158df93ce5 (diff)
downloadanaconda-8c2ddeb3a47907e87b947f6489e47f83100d69c7.tar.gz
anaconda-8c2ddeb3a47907e87b947f6489e47f83100d69c7.tar.xz
anaconda-8c2ddeb3a47907e87b947f6489e47f83100d69c7.zip
oops, forgot one
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/mk-images2
1 files changed, 2 insertions, 0 deletions
diff --git a/scripts/mk-images b/scripts/mk-images
index 0aa8b6cf9..a127a1eac 100755
--- a/scripts/mk-images
+++ b/scripts/mk-images
@@ -9,6 +9,8 @@ usage () {
if [ -z "$1" -o -z "$2" -o -z "$3" -o -z "$4" ]; then usage; fi
+VERSION=$5
+
TOPDIR=$(echo $0 | sed "s,/[^/]*$,,")
if [ $TOPDIR = $0 ]; then
$TOPDIR="."