From 6cdc21cff7018ea7ee5e080e271756699abec2c3 Mon Sep 17 00:00:00 2001 From: Micah Anderson Date: Sun, 4 Mar 2007 20:15:39 +0000 Subject: fix LC_ALL=C sfdisk thing that I missed --- handlers/sys | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'handlers/sys') diff --git a/handlers/sys b/handlers/sys index 3e7f03e..2e181c8 100755 --- a/handlers/sys +++ b/handlers/sys @@ -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 -- cgit v1.2.3