From 9d6a00af3885f8e8f23f450c0b589c2660c1ef12 Mon Sep 17 00:00:00 2001 From: Steven Armstrong Date: Tue, 4 Oct 2011 23:13:53 +0200 Subject: [PATCH] --debug without creating syntax errors Signed-off-by: Steven Armstrong --- conf/type/__partition_msdos_apply/files/lib.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/conf/type/__partition_msdos_apply/files/lib.sh b/conf/type/__partition_msdos_apply/files/lib.sh index 021c11d4..d7f07060 100644 --- a/conf/type/__partition_msdos_apply/files/lib.sh +++ b/conf/type/__partition_msdos_apply/files/lib.sh @@ -4,6 +4,7 @@ die() { } debug() { #echo "[__partition_msdos_apply] $@" >&2 + : } fdisk_command() {