blob: 4d9ad8f4e4c7ddc26065f9eae8edfff14332c50a (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
Index: flexbackup
===================================================================
--- flexbackup (revision 814)
+++ flexbackup (revision 891)
@@ -2419,7 +2419,7 @@
if (! -r "$configfile") {
die("config file $configfile: $OS_ERROR");
}
- system("perl -c \"$configfile\"");
+ system("perl -c \"$configfile\" 2>&1");
if ($CHILD_ERROR) {
die("syntax error in config file $configfile");
}
|