aboutsummaryrefslogtreecommitdiffstats
path: root/aux-file-data.sh
diff options
context:
space:
mode:
authorMatthew Burgess <matthew@linuxfromscratch.org>2013-10-21 22:08:54 +0000
committerMatthew Burgess <matthew@linuxfromscratch.org>2013-10-21 22:08:54 +0000
commitba8848f4d0ac1d27d4a42a4441a34767943a56df (patch)
treea03d779b564438e4cab285186ebbccefa93aa169 /aux-file-data.sh
parentcc8de38cfc645e31703de4f57cf6ca26dc5898af (diff)
Fix a few more typos and whitespaces.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@10367 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'aux-file-data.sh')
-rwxr-xr-xaux-file-data.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/aux-file-data.sh b/aux-file-data.sh
index 096f8a2f4..f13f6d044 100755
--- a/aux-file-data.sh
+++ b/aux-file-data.sh
@@ -1,6 +1,6 @@
#!/bin/bash
-if [ $# -lt 1 ] ; then
+if [ $# -lt 1 ] ; then
echo "This script needs the location of the xml file to update"
exit 1
fi
@@ -19,7 +19,7 @@ bootmd5=$(md5sum $bootscripts | cut -f1 -d" ")
TOPDIR=$(pwd)
TMP_DIR=$(mktemp -d /tmp/lfsbootfiles.XXXXXX)
pushd $TMP_DIR > /dev/null
-tar -xf $TOPDIR/$bootscripts
+tar -xf $TOPDIR/$bootscripts
bootinstallsize=$(du -sk $TMP_DIR | cut -f1)
popd > /dev/null
rm -rf $TMP_DIR