Skip to content

Commit

Permalink
Shellcheck stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
DavidHuber-NOAA committed Dec 20, 2024
1 parent 2649a86 commit a038cb9
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions ush/gfs_bufr.sh
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,12 @@
# 2024-08-08 Bo Cui: Update to handle one forecast at a time
# echo "History: February 2003 - First implementation of this utility script"
#
fhr="$1"
fhr_p="$2"
FINT="$3"
F00FLAG="$4"
workdir="$5"
set -x
fhr="${1}"
fhr_p="${2}"
FINT="${3}"
F00FLAG="${4}"
workdir="${5}"

cd "${workdir}" || exit 2

Expand Down

0 comments on commit a038cb9

Please sign in to comment.