From 60a5600db55960fb9c2ecedd201f027490622086 Mon Sep 17 00:00:00 2001 From: Shahram Najm Date: Mon, 18 Feb 2019 14:05:05 +0000 Subject: [PATCH] Documentation --- tools/bufr_filter.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/bufr_filter.sh b/tools/bufr_filter.sh index b0dc2bc54..49a3a014d 100755 --- a/tools/bufr_filter.sh +++ b/tools/bufr_filter.sh @@ -122,7 +122,7 @@ echo "set unpack=1;" echo "transient statid=1000*blockNumber+stationNumber;" echo "" echo "if (dataCategory ==0 && statid == 1003) {" -echo " write out.bufr;" +echo " write \"out.bufr\";" echo "}" echo "\\endverbatim\\n"