[cig-commits] commit: clarify directions in create_tgz

Mercurial hg at geodynamics.org
Sun Jul 3 20:06:54 PDT 2011


changeset:   1:7cb6bb44c898
user:        Walter Landry <wlandry at caltech.edu>
date:        Sun Jul 03 11:16:03 2011 -0700
files:       create_tgz
description:
clarify directions in create_tgz


diff -r 9b613f27327a -r 7cb6bb44c898 create_tgz
--- a/create_tgz	Sat Jul 02 17:09:21 2011 -0700
+++ b/create_tgz	Sun Jul 03 11:16:03 2011 -0700
@@ -12,10 +12,14 @@ if [ ! -s description.txt ]; then
     fi
 fi
 
-echo "Creating the tarfile ${1}.tgz"
+echo "Creating the tarfile '${1}.tgz'"
 echo ""
 
 tar -zcvf "${1}.tgz" DATA/ src/ description.*[a-z]
 
 echo ""
-echo "Now upload the file ${1}.tgz to the portal."
+echo "If this list of files looks correct, then upload the file"
+echo ""
+echo "    ${1}.tgz"
+echo ""
+echo "to the portal."



More information about the CIG-COMMITS mailing list