changeset 840:96b276eda7f1

Comment tweaks.
author Rob Landley <rob@landley.net>
date Fri, 09 Oct 2009 22:42:35 -0500
parents 1067e99efbdc
children 4952504f5c57 ea9af6c73dbf
files sources/functions.sh sources/include.sh
diffstat 2 files changed, 6 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/sources/functions.sh	Thu Oct 08 01:02:05 2009 -0500
+++ b/sources/functions.sh	Fri Oct 09 22:42:35 2009 -0500
@@ -1,3 +1,5 @@
+#!/bin/echo "This file is sourced, not run"
+
 # Lots of reusable functions.  This file is sourced, not run.
 
 function read_arch_dir()
--- a/sources/include.sh	Thu Oct 08 01:02:05 2009 -0500
+++ b/sources/include.sh	Fri Oct 09 22:42:35 2009 -0500
@@ -1,4 +1,7 @@
-#!/bin/bash
+#!/bin/echo "This file is sourced, not run"
+
+# Set up all the environment variables and functions for a build stage.
+# This file is sourced, not run.
 
 umask 022