We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1c85ef0 commit 0712364Copy full SHA for 0712364
scripts/booster-analysis.sh
@@ -48,7 +48,7 @@ run_tarball(){
48
export -f run_tarball
49
export SCRIPT_DIR
50
51
-find $BUG_REPORT_DIR -name \*.tar -or -name \*.tar.gz -print0 | xargs -0 -t -I {} -P $PARALLEL bash -c 'run_tarball "$@"' $(basename {}) {}
+find $BUG_REPORT_DIR -name \*.tar -print0 -or -name \*.tar.gz -print0 | xargs -0 -t -I {} -P $PARALLEL bash -c 'run_tarball "$@"' $(basename {}) {}
52
53
cd $LOG_DIR
54
0 commit comments