diff --git a/duplicity-backup.sh b/duplicity-backup.sh index 72094c9..75a67a2 100755 --- a/duplicity-backup.sh +++ b/duplicity-backup.sh @@ -417,7 +417,7 @@ include_exclude() done # Include/Exclude globbing filelist - if [ $INCEXCFILE != '' ]; then + if [ "$INCEXCFILE" != '' ]; then TMP=" --include-globbing-filelist ""'"$INCEXCFILE"'" INCLUDE=$INCLUDE$TMP fi