summaryrefslogtreecommitdiff
path: root/play.sh
diff options
context:
space:
mode:
Diffstat (limited to 'play.sh')
-rwxr-xr-xplay.sh2
1 files changed, 1 insertions, 1 deletions
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