diff options
author | Remi Collet <fedora@famillecollet.com> | 2013-10-05 08:30:10 +0200 |
---|---|---|
committer | Remi Collet <fedora@famillecollet.com> | 2013-10-05 08:30:10 +0200 |
commit | 419465a43c67ec8564cf15da44343765bd8ac579 (patch) | |
tree | dc71c7d204fc233544109323cae183e5250106b5 | |
parent | 5fed4348c913643e4a198058a54eaf486f2e44a9 (diff) |
put php55 package in the right repo
-rwxr-xr-x | getmock | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -124,8 +124,8 @@ if [ $1 = test ]; then opt=test shift fi -if [ $1 = php53 ]; then - opt=php53 +if [ $1 = php55 ]; then + opt=php55 shift fi if [ $1 = devs -o $1 = dev ]; then |