]> git.pld-linux.org Git - packages/php.git/commitdiff
dep-tests: handle all input params
authorElan Ruusamäe <glen@delfi.ee>
Thu, 27 Aug 2015 09:28:54 +0000 (12:28 +0300)
committerElan Ruusamäe <glen@delfi.ee>
Wed, 21 Dec 2016 19:00:53 +0000 (21:00 +0200)
dep-tests.sh

index d5aeabbb91e94ff61be190dfc4c8ab422b65a2b1..d404661967e93567ad7a6d4e6bf9dde10a4190ee 100755 (executable)
@@ -34,7 +34,7 @@ conf_dir=${CONFIG_DIR:-$(php-config --sysconfdir)/conf.d $(php-config --sysconfd
 tmpini=$(mktemp)
 
 # poldek --sn ac-ready -u php-*
-for ext in ${1:-$ext_dir/*.so}; do
+for ext in ${*:-$ext_dir/*.so}; do
        [ -f $ext ] || continue
        ext=${ext##*/}; ext=${ext%.so}
 
This page took 0.036531 seconds and 4 git commands to generate.