]> arthur.barton.de Git - backup-script.git/blobdiff - bin/backup-status
Correctly initialize system array when specific systems are given
[backup-script.git] / bin / backup-status
index 846f916edc6b0f3a078d9fe48200e7c686beae91..c2479466dfe400c14d3bcbe36923e6e29c124bbe 100755 (executable)
@@ -192,7 +192,7 @@ if [ $# -ge 1 ]; then
                        echo "$NAME: Can' read \"${conf_d}/$s\"!"
                        exit 1
                fi
-               sys="$sys ${conf_d}/$s"
+               sys+=("${conf_d}/$s")
        done
 else
        sys=("${conf_d}/"*)