Skip to content

Commit

Permalink
Fix default missing var syntax error
Browse files Browse the repository at this point in the history
Corrects a `:-?` to `:?`.

Refs: NOAA-EMC#356
  • Loading branch information
WalterKolczynski-NOAA committed Oct 4, 2022
1 parent 190f97f commit c8ce296
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ush/gfs_bufr.sh
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
# 2019-10-10 Guang Ping Lou: Read in NetCDF files
# echo "History: February 2003 - First implementation of this utility script"
#
source "${HOMEgfs:-?}/ush/preamble.sh"
source "${HOMEgfs:?}/ush/preamble.sh"

if [[ "${F00FLAG}" == "YES" ]]; then
f00flag=".true."
Expand Down

0 comments on commit c8ce296

Please sign in to comment.