From 35913c308c66f890da6486190852787b720e8c97 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ren=C3=A9=20=27Necoro=27=20Neumann?= Date: Fri, 15 Feb 2013 21:56:39 +0100 Subject: Pass arguments to _$phase --- play.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'play.sh') diff --git a/play.sh b/play.sh index 5d0f155..4703648 100755 --- a/play.sh +++ b/play.sh @@ -263,7 +263,7 @@ play_cleanup () { OVERRIDE $PHASES[@] for phase in $PHASES; do - functions[$phase]=_$phase + functions[$phase]="_$phase \$@" done # internal functions {{{1 -- cgit v1.2.3