From 2617632cc0416344917ddecc156020ced172922c Mon Sep 17 00:00:00 2001 From: dbs Date: Fri, 4 Apr 2008 02:51:54 +0000 Subject: [PATCH] Trivial - ensure "Done" gets placed on its own line. git-svn-id: svn://svn.open-ils.org/ILS/trunk@9215 dcc99617-32d9-48b4-a31d-7c20da2025e4 --- Open-ILS/src/extras/autogen.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Open-ILS/src/extras/autogen.sh b/Open-ILS/src/extras/autogen.sh index fd7a2d00b8..798c168bcf 100755 --- a/Open-ILS/src/extras/autogen.sh +++ b/Open-ILS/src/extras/autogen.sh @@ -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"; ) -- 2.43.2