diff options
author | Erik Troan <ewt@redhat.com> | 2000-04-24 19:32:31 +0000 |
---|---|---|
committer | Erik Troan <ewt@redhat.com> | 2000-04-24 19:32:31 +0000 |
commit | 4f19b5544538e7b024e63628a42c7847dea53303 (patch) | |
tree | 7f9f5d4d5317664903def769eec6f27c84e02eef /scripts | |
parent | 24b545681ba66f05404993011c90632f91596e2a (diff) | |
download | anaconda-4f19b5544538e7b024e63628a42c7847dea53303.tar.gz anaconda-4f19b5544538e7b024e63628a42c7847dea53303.tar.xz anaconda-4f19b5544538e7b024e63628a42c7847dea53303.zip |
left some unneeded ls -ls in
Diffstat (limited to 'scripts')
-rwxr-xr-x | scripts/upd-bootimage | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/scripts/upd-bootimage b/scripts/upd-bootimage index 7df475351..63b526479 100755 --- a/scripts/upd-bootimage +++ b/scripts/upd-bootimage @@ -26,9 +26,7 @@ fi if [ ! -x $LOOPMNT/sbin/$TO ]; then echo "$LOOPMNT/sbin/$TO doesn't exist" else - ls -l $LOOPMNT/sbin install -s $FROM $LOOPMNT/sbin/$TO - ls -l $LOOPMNT/sbin fi umount $LOOPMNT |