From: <ap...@vh...> - 2006-02-24 08:58:20
|
Author: apevec Date: 2006-02-24 09:52:48 +0100 (Fri, 24 Feb 2006) New Revision: 1094 Modified: trunk/tools/bundle/TEMPLATE/rollingbuild.sh Log: missing backquotes Modified: trunk/tools/bundle/TEMPLATE/rollingbuild.sh =================================================================== --- trunk/tools/bundle/TEMPLATE/rollingbuild.sh 2006-02-20 14:08:01 UTC (rev 1093) +++ trunk/tools/bundle/TEMPLATE/rollingbuild.sh 2006-02-24 08:52:48 UTC (rev 1094) @@ -1,14 +1,14 @@ #!/bin/sh # -TEMPLATE=dirname $0 - # Exit immediately if command fails set -e # Print command executed to stdout set -v +TEMPLATE=`dirname $0` + # Bundle specific values (must be executed in Bundle directory) . ./bundle.in |