diff options
Diffstat (limited to 'getmock')
-rwxr-xr-x | getmock | 10 |
1 files changed, 5 insertions, 5 deletions
@@ -163,7 +163,7 @@ el??83) fi type=enterprise ;; -fc??x74) +fc???74) dep=${1:2:2} if [ "$2" == "php74" -o "$2" == "test74" ] then rep=$rep @@ -173,7 +173,7 @@ fc??x74) fi type=fedora ;; -fc??x80) +fc???80) dep=${1:2:2} if [ "$2" == "php80" -o "$2" == "test80" ] then rep=$rep @@ -183,7 +183,7 @@ fc??x80) fi type=fedora ;; -fc??x81) +fc???81) dep=${1:2:2} if [ "$2" == "php81" -o "$2" == "test81" ] then rep=$rep @@ -193,7 +193,7 @@ fc??x81) fi type=fedora ;; -fc??x82) +fc???82) dep=${1:2:2} if [ "$2" == "php82" -o "$2" == "test82" ] then rep=$rep @@ -203,7 +203,7 @@ fc??x82) fi type=fedora ;; -fc??x83) +fc???83) dep=${1:2:2} if [ "$2" == "php83" -o "$2" == "test83" ] then rep=$rep |