[open-ils-commits] r9215 - trunk/Open-ILS/src/extras
svn at svn.open-ils.org
svn at svn.open-ils.org
Thu Apr 3 23:28:24 EDT 2008
Author: dbs
Date: 2008-04-03 22:51:54 -0400 (Thu, 03 Apr 2008)
New Revision: 9215
Modified:
trunk/Open-ILS/src/extras/autogen.sh
Log:
Trivial - ensure "Done" gets placed on its own line.
Modified: trunk/Open-ILS/src/extras/autogen.sh
===================================================================
--- trunk/Open-ILS/src/extras/autogen.sh 2008-04-04 02:23:13 UTC (rev 9214)
+++ trunk/Open-ILS/src/extras/autogen.sh 2008-04-04 02:51:54 UTC (rev 9215)
@@ -86,10 +86,11 @@
if [ "$PROXIMITY" ]
then
- echo "Refreshing proximity of org units"
+ echo "Refreshing proximity of org units";
perl org_tree_proximity.pl "$CONFIG";
fi
+echo "";
echo "Done";
)
More information about the open-ils-commits
mailing list