summaryrefslogtreecommitdiff
path: root/archiso/mkarchiso
diff options
context:
space:
mode:
authorAaron Griffin <aaronmgriffin@gmail.com>2008-12-24 10:45:05 -0800
committerAaron Griffin <aaronmgriffin@gmail.com>2008-12-24 10:45:05 -0800
commit4dc9b68e4d6a0e9e97f6375f53a01ed45644ba13 (patch)
tree74bcfadeab2384bffe0e0beb947e28858649f37c /archiso/mkarchiso
parentfbd2ce5cb019956f506946a1971621877b9695d7 (diff)
Remove a stray '_mksquash' echo
Signed-off-by: Aaron Griffin <aaronmgriffin@gmail.com>
Diffstat (limited to 'archiso/mkarchiso')
-rwxr-xr-xarchiso/mkarchiso1
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