From: Thomas Debesse Date: Fri, 27 Mar 2020 00:29:04 +0000 (+0100) Subject: bikeshedding: some touchup on library-bundler X-Git-Url: http://git.xonotic.org/?a=commitdiff_plain;h=179a75250d3a48d3c1a1790f270944c53b410b62;p=xonotic%2Fnetradiant.git bikeshedding: some touchup on library-bundler --- 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