diff options
author | Remi Collet <remi@remirepo.net> | 2023-09-19 15:56:04 +0200 |
---|---|---|
committer | Remi Collet <remi@php.net> | 2023-09-19 15:56:04 +0200 |
commit | 19fe469034903baaa5c87a238b9d55a697e12926 (patch) | |
tree | 86d91b337f671217fff6be7327237344d7cec86c /getmock | |
parent | 2f74b77c32f566aca53894fcf849a02988537597 (diff) |
fc39 aarch64 helpers
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 |