Merge commit 'upstream/1.3.0'
[debian/splat] / utils / postdownload
index c123c10ce4442629b285b28c06547639b90c6975..c8d326044772433619a98b186755b6b5ce9283ce 100755 (executable)
@@ -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)."