X-Git-Url: http://git.xonotic.org/?a=blobdiff_plain;f=library-bundler;h=d5a439716aa88b950d24cd85b165a7a5e196faf2;hb=94209cef439ccc6b58d51c49f3381d9149a66006;hp=93ef662a82ffaf81e3ceb67a35a437cdc2b03d47;hpb=24d46c86822873d72ee0ac29bfb8bb7255cdee3c;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