Index: /issm/trunk-jpl/scripts/DownloadExternalPackage.sh
===================================================================
--- /issm/trunk-jpl/scripts/DownloadExternalPackage.sh	(revision 23684)
+++ /issm/trunk-jpl/scripts/DownloadExternalPackage.sh	(revision 23685)
@@ -1,9 +1,9 @@
 #!/bin/bash
 #
-# DownloadExternalPackage.bash
+# DownloadExternalPackage.sh
 # Generally, used to download a hosted file from a URL
 # URL - Location of file to download
 # file - File to write to (including path)
-# usage: download_external_package.bash URL file
+# usage: download_external_package.sh URL file
 
 ## Constants
@@ -19,6 +19,5 @@
 URL=""
 
-## Check that number of args is 2 (note that this also handles case where user
-#	explicitly requests help)
+## Check that number of args is 2 (note that this also handles case where user explicitly requests help)
 #
 if [ $# != 2 ]
