mirror of
https://git.linuxfromscratch.org/lfs.git
synced 2025-12-27 03:33:50 -05:00
Fix a few more typos and whitespaces.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@10367 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user