summaryrefslogtreecommitdiffstats
path: root/globetrotter/move.pm
diff options
context:
space:
mode:
Diffstat (limited to 'globetrotter/move.pm')
-rw-r--r--globetrotter/move.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/globetrotter/move.pm b/globetrotter/move.pm
index 075e3c258..dfd1e6352 100644
--- a/globetrotter/move.pm
+++ b/globetrotter/move.pm
@@ -126,7 +126,7 @@ after_autoconf:
eval { &$f() };
$o->ask_warn(N("Error"), [
N("An error occurred, but I don't know how to handle it nicely.
-Continue at your own risk."), formatError($@) ]) if $@;
+Continue at your own risk."). formatError($@) || $@ ]) if $@;
}
}
system("killall XFree86");