Me and my obsession with getting files to exactly 2048 bytes.
authorDan
Tue, 23 Jun 2009 09:55:13 -0400
changeset 2 7dddb5fb1595
parent 1 dbce0b16b0c1
child 3 859eeb3579b2
Me and my obsession with getting files to exactly 2048 bytes.
generate.sh
--- a/generate.sh	Tue Jun 23 09:51:01 2009 -0400
+++ b/generate.sh	Tue Jun 23 09:55:13 2009 -0400
@@ -54,7 +54,7 @@
   echo "ERROR: Could not find the Enano Mercurial repository at $REPO."
   echo "Perhaps you need to obtain a copy?"
   echo "  $ hg clone http://hg.enanocms.org/repos/enano-1.1 ./enano-hg"
-  echo "If you already have a copy somewhere else, make a symlink:"
+  echo "If you have a copy somewhere else, make a symlink:"
   echo "  $ ln -s /path/to/enano/hg ./enano-hg"
   exit 1
 fi
@@ -77,4 +77,3 @@
 chmod +x enano-$VERSION-bitnami-module.sh
 rm -f enano-$VERSION-selfextract.tar.bz2
 echo -e "\nDone! Output written to enano-$VERSION-bitnami-module.sh"
-