Skip to content

Commit

Permalink
Fix whitespace in build_upp.sh.
Browse files Browse the repository at this point in the history
Co-authored-by: Rahul Mahajan <aerorahul@users.noreply.github.com>
  • Loading branch information
DavidHuber-NOAA and aerorahul committed Feb 16, 2024
1 parent 48b34d0 commit ae7eb19
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sorc/build_upp.sh
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ while getopts ":dvj:" option; do
case "${option}" in
d) _opts+="-d ";;
v) _opts+="-v ";;
j) export BUILD_JOBS="${OPTARG}"; echo success ;;
j) export BUILD_JOBS="${OPTARG}"; echo success ;;
:)
echo "[${BASH_SOURCE[0]}]: ${option} requires an argument"
;;
Expand Down

0 comments on commit ae7eb19

Please sign in to comment.