Trivial - ensure "Done" gets placed on its own line.
authordbs <dbs@dcc99617-32d9-48b4-a31d-7c20da2025e4>
Fri, 4 Apr 2008 02:51:54 +0000 (02:51 +0000)
committerdbs <dbs@dcc99617-32d9-48b4-a31d-7c20da2025e4>
Fri, 4 Apr 2008 02:51:54 +0000 (02:51 +0000)
git-svn-id: svn://svn.open-ils.org/ILS/trunk@9215 dcc99617-32d9-48b4-a31d-7c20da2025e4

Open-ILS/src/extras/autogen.sh

index fd7a2d0..798c168 100755 (executable)
@@ -86,10 +86,11 @@ perl org_tree_html_options.pl "$CONFIG" "$SLIMPACDIR/lib_list.inc";
 
 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";
 
 )