typo in backupninja.1
[matthijs/upstream/backupninja.git] / handlers / sys
index 3e7f03e2e74f1472e799b93ce301e90aa02bbb63..2e181c85c2a27fba52f3441958eec01ea79bcd0b 100755 (executable)
@@ -473,7 +473,7 @@ fi
 
 if [ "$partitions" == "yes" ]; then
    if [ "$dosfdisk" == "yes" ]; then
-      devices=`$SFDISK -l 2>/dev/null | grep "^Disk /dev" | @AWK@ '{print $2}' | cut -d: -f1`
+      devices=`LC_ALL=C $SFDISK -l 2>/dev/null | grep "^Disk /dev" | @AWK@ '{print $2}' | cut -d: -f1`
        if [ "$devices" == "" ]; then 
           warning "No harddisks found" 
        fi