From ea811a5b3f69235f31008601264a8e2be60220e0 Mon Sep 17 00:00:00 2001 From: Bastian Dehn Date: Sat, 25 Nov 2017 16:05:06 +0100 Subject: [PATCH] fix: spaces in albentohandy --- albentohandy | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.47.3