rerunning did not work for me, this should fix it

This commit is contained in:
Stephan Stahl 2010-03-31 13:27:14 +02:00
parent bea06c4287
commit f6a7278fd8

2
all
View File

@ -16,7 +16,7 @@ checkself()
if [ -z "$XONOTIC_FORBID_RERUN_ALL" ]; then
msg "Rerunning the requested operation to make sure."
export XONOTIC_FORBID_RERUN_ALL=1
exec "$@"
exec "$0" "$@"
else
msg "Please try $0 update, and then retry your requested operation."
exit 1