summaryrefslogtreecommitdiff
path: root/play.sh
diff options
context:
space:
mode:
authorRené 'Necoro' Neumann <necoro@necoro.net>2013-02-15 21:56:39 +0100
committerRené 'Necoro' Neumann <necoro@necoro.net>2013-02-15 21:56:39 +0100
commit35913c308c66f890da6486190852787b720e8c97 (patch)
tree6e96661621fa589df7681e7f557cd4addd86e3fe /play.sh
parent15516f24448795ce727cb92d4eee885fcd2462bc (diff)
downloadplay-35913c308c66f890da6486190852787b720e8c97.tar.gz
play-35913c308c66f890da6486190852787b720e8c97.tar.bz2
play-35913c308c66f890da6486190852787b720e8c97.zip
Pass arguments to _$phase
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