]> git.pld-linux.org Git - projects/pld-builder.new.git/commitdiff
for php7x. queue only that specific version
authorElan Ruusamäe <glen@delfi.ee>
Tue, 21 Apr 2020 09:22:36 +0000 (12:22 +0300)
committerElan Ruusamäe <glen@delfi.ee>
Wed, 14 Oct 2020 20:04:39 +0000 (23:04 +0300)
client/php.sh

index cc8796de0154732dacf149334d124218a658baff..32dff7edc89e139ffbf9f711595354941da44ace 100755 (executable)
@@ -20,7 +20,7 @@ case "$suffix" in
                request "$@"
        done
        ;;
-7*)
+7)
        for php in $dir/php7?.sh; do
                suffix=${php#$dir/php}
                suffix=${suffix%.sh}
This page took 0.256987 seconds and 4 git commands to generate.