Skip to content

Commit dfff873

Browse files
committed
Build - fix pi-build-all flags
1 parent 9acae33 commit dfff873

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

app/pi-build-all.sh

+2-2
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@ cleanup_function() {
1010
}
1111
trap cleanup_function EXIT
1212

13-
"${SCRIPT_DIR}"/pi-prebuild.sh -n
14-
"${SCRIPT_DIR}"/pi-config.sh -n
13+
"${SCRIPT_DIR}"/pi-prebuild.sh
14+
"${SCRIPT_DIR}"/pi-config.sh
1515
"${SCRIPT_DIR}"/pi-build-gui.sh
1616
"${SCRIPT_DIR}"/pi-post-tau-prod-release.sh
1717

0 commit comments

Comments
 (0)