]> gitweb.hhaalo.de Git - albentohandy.git/commitdiff
fix: spaces in albentohandy
authorBastian Dehn <hhaalo@arcor.de>
Sat, 25 Nov 2017 15:05:06 +0000 (16:05 +0100)
committerBastian Dehn <hhaalo@arcor.de>
Sat, 25 Nov 2017 15:05:06 +0000 (16:05 +0100)
albentohandy

index d8283dd3ce1b6803d09671fb6b01cc100d6ad3ca..3096b03c0c5baebed4f71cd6498c4cab1ebd4ef0 100755 (executable)
@@ -279,7 +279,7 @@ main() {
        # copy work directory to destination folder
        if [ $cptodest == true ]; then
                printf "Phase %02d of %02d:\n" $((curphase++)) $phase
-           printf "copy %s/ to destination %s\n\n" $WORK $dest
+               printf "copy %s/ to destination %s\n\n" $WORK $dest
                CopyWorkDirToDestDir "$WORK" "$dest"
        fi