X-Git-Url: https://git.gag.com/?p=debian%2Fsplat;a=blobdiff_plain;f=utils%2Fpostdownload;fp=utils%2Fpostdownload;h=c8d326044772433619a98b186755b6b5ce9283ce;hp=c123c10ce4442629b285b28c06547639b90c6975;hb=18b0073296be2b71aa95c3c2441f717279d09eab;hpb=dcc481697c227c3b265d1e68a8a82910c818332c diff --git a/utils/postdownload b/utils/postdownload index c123c10..c8d3260 100755 --- a/utils/postdownload +++ b/utils/postdownload @@ -3,9 +3,9 @@ # Simple script for processing of downloaded undelimited gzipped # USGS DEM files, and converting them to SPLAT Data Files. # Written by John A. Magliacane, KD2BD May 2002. -# Last modified on Friday 24-Mar-06. +# Last modified on Sunday 01-Mar-09. -if [ $# == "0" ]; then +if [ "$#" = "0" ]; then echo echo "This utility reads downloaded gzipped USGS DEM" echo "files and generates equivalent SPLAT Data Files (SDFs)."