changeset 936:eb7e1087f0ee

Cosmetic tweak, have build_section spit out a === line with the sources/sections it's running.
author Rob Landley <rob@landley.net>
date Fri, 18 Dec 2009 03:36:12 -0600
parents 6fb534830d8f
children f2b4d7297c9d
files sources/functions.sh
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/sources/functions.sh	Fri Dec 11 22:34:39 2009 +0100
+++ b/sources/functions.sh	Fri Dec 18 03:36:12 2009 -0600
@@ -93,6 +93,7 @@
 
 function build_section()
 {
+  echo "=== build section $1"
   . "$SOURCES"/sections/"$1".sh
 }