]> arthur.barton.de Git - backup-script.git/commitdiff
Little whitespace fixes ;-)
authorAlexander Barton <alex@barton.de>
Mon, 27 Jul 2015 16:50:11 +0000 (18:50 +0200)
committerAlexander Barton <alex@barton.de>
Tue, 28 Jul 2015 14:08:24 +0000 (16:08 +0200)
bin/backup-script

index 1625b723a83fa31e619d2a3fe87c5ed69a26c826..3684b86e009b95eebcde8259679cf00ea1d1212e 100755 (executable)
@@ -406,7 +406,7 @@ for f in $sys; do
        echo "$cmd"
        count_started=$count_started+1
        ok=0
-       
+
        if [ "$DRYRUN" -eq 0 ]; then
                rm -f "$sys_target/.stamp"
                $SHELL -c "$cmd"; ret=$?