From 179a75250d3a48d3c1a1790f270944c53b410b62 Mon Sep 17 00:00:00 2001 From: Thomas Debesse Date: Fri, 27 Mar 2020 01:29:04 +0100 Subject: [PATCH] bikeshedding: some touchup on library-bundler --- library-bundler | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 -- 2.39.2