X-Git-Url: https://git.stderr.nl/gitweb?a=blobdiff_plain;f=backupninja;h=ea7304e115918c95f839b293dd4156cc6dac14f5;hb=c2b40bb9d36bf88abd3c5a9caebcd15b53383695;hp=b91d2c885dd0e5bec2348f4605425365c822201d;hpb=b22ff8619a1f97f64e8726b61e6586cb886195b4;p=matthijs%2Fupstream%2Fbackupninja.git diff --git a/backupninja b/backupninja index b91d2c8..ea7304e 100755 --- a/backupninja +++ b/backupninja @@ -486,7 +486,7 @@ errormsg="" if [ "$singlerun" ]; then files=$singlerun else - files=`find $configdirectory ! -name '.*.swp' -mindepth 1 | sort -n` + files=`find $configdirectory -mindepth 1 ! -name '.*.swp' | sort -n` fi for file in $files; do