From 0841ecd0f62ec0bcd458bad482f09ffc4e3bc02e Mon Sep 17 00:00:00 2001 From: Sora Morimoto Date: Sat, 11 Jul 2020 11:59:05 +0900 Subject: [PATCH] Fix list-all Signed-off-by: Sora Morimoto --- bin/list-all | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/list-all b/bin/list-all index e2b42c7..3c5c3e0 100755 --- a/bin/list-all +++ b/bin/list-all @@ -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 )