[sword-svn] r61 - trunk/modules/lxxm

scribe at crosswire.org scribe at crosswire.org
Sun Jun 11 22:41:30 MST 2006


Author: scribe
Date: 2006-06-11 22:41:27 -0700 (Sun, 11 Jun 2006)
New Revision: 61

Modified:
   trunk/modules/lxxm/convert.sh
Log:
Added switch to not ascend to parent directories.  Thanks Chris!


Modified: trunk/modules/lxxm/convert.sh
===================================================================
--- trunk/modules/lxxm/convert.sh	2006-05-27 21:23:09 UTC (rev 60)
+++ trunk/modules/lxxm/convert.sh	2006-06-12 05:41:27 UTC (rev 61)
@@ -1,9 +1,6 @@
 #!/bin/sh
 # This next line will retrieve the data files (if they haven't moved)
-# It will not stop after retrieving the lxxmorph data.  It will proceed up the directory structure
-# Thus it needs to be killed after you notice it in another directory.  There is probably a switch to wget which
-# will tell it to not go up directories.  Dunno.  Add it and delete this comment if you know it.
-#wget -r http://ccat.sas.upenn.edu/gopher/text/religion/biblical/lxxmorph/
+#wget -r -np http://ccat.sas.upenn.edu/gopher/text/religion/biblical/lxxmorph/
 
 cd ccat.sas.upenn.edu/gopher/text/religion/biblical/lxxmorph
 java -jar ../../../../../../lxxm.jar [0-9][0-9]\.* > lxxm-decomp.imp



More information about the sword-cvs mailing list