about summary refs log tree commit diff
path: root/mklive.sh.in
diff options
context:
space:
mode:
authorJuan RP <xtraeme@gmail.com>2012-11-22 17:02:05 +0100
committerJuan RP <xtraeme@gmail.com>2012-11-22 17:02:05 +0100
commit183ef04078b6296d5186f9493935202c3b1b63ce (patch)
tree6eda4e0b75027b984987c14ec23cc0cb526550b3 /mklive.sh.in
parentcdda795053a513a8ff35958d9bab3eafa96a38fc (diff)
downloadhrmpf-183ef04078b6296d5186f9493935202c3b1b63ce.tar.gz
hrmpf-183ef04078b6296d5186f9493935202c3b1b63ce.tar.xz
hrmpf-183ef04078b6296d5186f9493935202c3b1b63ce.zip
mklive: typo fix.
Diffstat (limited to 'mklive.sh.in')
-rw-r--r--mklive.sh.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/mklive.sh.in b/mklive.sh.in
index a1d4c3f..683c979 100644
--- a/mklive.sh.in
+++ b/mklive.sh.in
@@ -366,7 +366,7 @@ ISO_VOLUME="VOID_LIVE"
 if [ -n "$ROOTDIR" ]; then
 	BUILDDIR=$(mktemp --tmpdir="$ROOTDIR" -d) || exit 1
 else
-	BUILDDIR=$(mktemp --tmpdir="$(pwd -P)" -d) || exit 1a
+	BUILDDIR=$(mktemp --tmpdir="$(pwd -P)" -d) || exit 1
 fi
 BUILDDIR=$(readlink -f $BUILDDIR)
 ROOTFS="$BUILDDIR/rootfs"