summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'ufed.pl.in')
-rw-r--r--ufed.pl.in3
1 files changed, 2 insertions, 1 deletions
diff --git a/ufed.pl.in b/ufed.pl.in
index 37f7957..3d1e354 100644
--- a/ufed.pl.in
+++ b/ufed.pl.in
@@ -335,7 +335,8 @@ sub save_flags {
}
}
};
- defined($@) and length($@) and die "\nParse error when writing make.conf"
+ defined($@) and length($@) and chomp $@
+ and die "\nParse error when writing make.conf"
. " - did you modify it while ufed was running?\n"
. " - Error: \"$@\"\n";