From: Bastian Dehn Date: Sat, 25 Nov 2017 15:05:06 +0000 (+0100) Subject: fix: spaces in albentohandy X-Git-Tag: v1.0.0^2~87 X-Git-Url: https://gitweb.hhaalo.de/?a=commitdiff_plain;h=ea811a5b3f69235f31008601264a8e2be60220e0;p=albentohandy.git fix: spaces in albentohandy --- diff --git a/albentohandy b/albentohandy index d8283dd..3096b03 100755 --- a/albentohandy +++ b/albentohandy @@ -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