summaryrefslogtreecommitdiffstats
path: root/getmock
diff options
context:
space:
mode:
authorRemi Collet <fedora@famillecollet.com>2014-03-02 09:36:25 +0100
committerRemi Collet <fedora@famillecollet.com>2014-03-02 09:36:25 +0100
commitaec9179d27115682f2380a608b7dc8a647235db2 (patch)
tree1571a46cbf864e6e0114991271a5dd40ab27dc40 /getmock
parentfe5db572c34bd21a6dd64fcebbbce474f51e7944 (diff)
tweek getmock command
Diffstat (limited to 'getmock')
-rwxr-xr-xgetmock4
1 files changed, 4 insertions, 0 deletions
diff --git a/getmock b/getmock
index f799b3a..ce3edbe 100755
--- a/getmock
+++ b/getmock
@@ -128,6 +128,10 @@ if [ $1 = php55 ]; then
opt=php55
shift
fi
+if [ $1 = php56 ]; then
+ opt=php56
+ shift
+fi
if [ $1 = devs -o $1 = dev ]; then
opt=devs
shift