From f6a7278fd83e6e2d0644c84c9bc65dcbbab2ec7a Mon Sep 17 00:00:00 2001 From: Stephan Stahl Date: Wed, 31 Mar 2010 13:27:14 +0200 Subject: [PATCH] rerunning did not work for me, this should fix it --- all | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.39.2