diff options
author | Aaron Griffin <aaronmgriffin@gmail.com> | 2008-12-24 10:45:05 -0800 |
---|---|---|
committer | Aaron Griffin <aaronmgriffin@gmail.com> | 2008-12-24 10:45:05 -0800 |
commit | 4dc9b68e4d6a0e9e97f6375f53a01ed45644ba13 (patch) | |
tree | 74bcfadeab2384bffe0e0beb947e28858649f37c /archiso | |
parent | fbd2ce5cb019956f506946a1971621877b9695d7 (diff) | |
download | archiso32-4dc9b68e4d6a0e9e97f6375f53a01ed45644ba13.tar.xz |
Remove a stray '_mksquash' echo
Signed-off-by: Aaron Griffin <aaronmgriffin@gmail.com>
Diffstat (limited to 'archiso')
-rwxr-xr-x | archiso/mkarchiso | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/archiso/mkarchiso b/archiso/mkarchiso index 6ca68d1..8c5d3ec 100755 --- a/archiso/mkarchiso +++ b/archiso/mkarchiso @@ -151,7 +151,6 @@ to the iso/ directory. # _mksquash dirname _mksquash () { - echo "_mksquash $1" if [ ! -d "$1" ]; then echo "Error: '$1' is not a directory" return 1 |