index : archiso32 | |
Archlinux32 iso tools | gitolite user |
summaryrefslogtreecommitdiff |
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/mkarchiso | |
parent | fbd2ce5cb019956f506946a1971621877b9695d7 (diff) |
-rwxr-xr-x | archiso/mkarchiso | 1 |
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 |