Fix list-all

Signed-off-by: Sora Morimoto <sora@morimoto.io>
This commit is contained in:
Sora Morimoto
2020-07-11 11:59:05 +09:00
parent b3502870f0
commit 0841ecd0f6

View File

@@ -11,7 +11,7 @@ versions=$(
git ls-remote --tags https://github.com/php/php-src.git |
grep 'php-' |
awk '!/({})/ {print $2}' |
tr -d 'refs/tags/php-' |
sed 's/refs\/tags\/php-//' |
sort_versions |
xargs
)