~tsimonq2/debian-cd/lubuntu-cosmic-changes

« back to all changes in this revision

Viewing changes to build.sh

  • Committer: Colin Watson
  • Date: 2010-09-21 09:16:13 UTC
  • Revision ID: cjwatson@canonical.com-20100921091613-vfzoo4tfu8pbquvp
Backport from upstream (Frans Pop):
  Add path when sourcing CONF.sh for compatibility with dash

  Spotted by Ian Campbell.

Show diffs side-by-side

added added

removed removed

Lines of Context:
3
3
# Script to build one arch
4
4
 
5
5
if [ -z "$CF" ] ; then
6
 
    CF=CONF.sh
 
6
    CF=./CONF.sh
7
7
fi
8
8
. $CF
9
9