From: Stephan Stahl Date: Wed, 31 Mar 2010 11:27:14 +0000 (+0200) Subject: rerunning did not work for me, this should fix it X-Git-Tag: xonotic-v0.1.0preview~521 X-Git-Url: https://git.xonotic.org/?p=xonotic%2Fxonotic.git;a=commitdiff_plain;h=f6a7278fd83e6e2d0644c84c9bc65dcbbab2ec7a rerunning did not work for me, this should fix it --- diff --git a/all b/all index 7a2f62db..2b1cd557 100755 --- a/all +++ b/all @@ -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