diff options
Diffstat (limited to 'archiso/mkarchiso')
-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 |