Commit 164042b8 authored by bugreport%peshkin.net's avatar bugreport%peshkin.net

Recheckin due to misapplied patch for bug 123957

parent e37bab52
......@@ -322,8 +322,8 @@ print "Checking user setup ...\n";
$@ = undef;
if ($ARGV[0]) {
do $ARGV[0]
or eval die("Error $! processing $ARGV[0]")
or die("Error $@ processing $ARGV[0]");
or ($@ && die("Error $@ processing $ARGV[0]"))
or die("Error $! processing $ARGV[0]");
}
do 'localconfig';
if ($@) { # capture errors in localconfig, bug 97290
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment