X-Git-Url: https://git.gag.com/?a=blobdiff_plain;f=utils%2Fpostdownload;h=c8d326044772433619a98b186755b6b5ce9283ce;hb=8ea1d9feaa6e6b0bf044123e08f8225db02b7dc3;hp=c123c10ce4442629b285b28c06547639b90c6975;hpb=63fe09e1131ae8f451b4a5af9dbae05cb07d529e;p=debian%2Fsplat 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)."