X-Git-Url: http://git.xonotic.org/?a=blobdiff_plain;f=library-bundler;h=d5a439716aa88b950d24cd85b165a7a5e196faf2;hb=32dc1da26645b97a5823ff22175000542225c6dd;hp=93ef662a82ffaf81e3ceb67a35a437cdc2b03d47;hpb=740fcd2d992664104b417b658d7c6e2d3427be60;p=xonotic%2Fnetradiant.git diff --git a/library-bundler b/library-bundler index 93ef662a..d5a43971 100755 --- a/library-bundler +++ b/library-bundler @@ -3,7 +3,7 @@ set -e Common::noOp () { - printf '' + true } Common::getPath () { @@ -110,7 +110,7 @@ Multi::getRootPrefix () { ;; 'windows') basename "${lib_file}" \ - | xargs -n1 -P 1 which \ + | xargs -n1 -P1 which \ | cut -f2 -d'/' ;; esac