Skip to content

Commit

Permalink
#4100 doh: typo
Browse files Browse the repository at this point in the history
  • Loading branch information
totaam committed Mar 4, 2024
1 parent acc1165 commit ce96d7f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packaging/MSWindows/ALL_RELEASE_BUILDS.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,5 @@ MSWINDOWS_DIR=`dirname $(readlink -f $0)`

for DO_FULL in 1 0; do
echo "********************************************************************************"
DO_FULLL=${DO_FULL} DO_ZIP=${DO_ZIP} DO_INSTALLER=${DO_INSTALLER} RUN_INSTALLER=${RUN_INSTALLER} DO_MSI=${DO_MSI} sh ${MSWINDOWS_DIR}/BUILD.sh /silent
DO_FULL=${DO_FULL} DO_ZIP=${DO_ZIP} DO_INSTALLER=${DO_INSTALLER} RUN_INSTALLER=${RUN_INSTALLER} DO_MSI=${DO_MSI} sh ${MSWINDOWS_DIR}/BUILD.sh /silent
done

0 comments on commit ce96d7f

Please sign in to comment.