~ubuntu-on-ec2/ubuntu-on-ec2/live-build

« back to all changes in this revision

Viewing changes to functions/common.sh

  • Committer: Daniel Baumann
  • Date: 2011-03-09 18:17:03 UTC
  • Revision ID: git-v1:4a3d0ebf17d290053016e316e1c1cee91197fa56
Renaming directory that holds automatic scripts (e.g. scripts/config or scripst/clean) to auto for consistency reasons.

Show diffs side-by-side

added added

removed removed

Lines of Context:
12
12
VERSION="2.0~a3-1"
13
13
CONFIG_VERSION="$(echo ${VERSION} | awk -F- '{ print $1 }')"
14
14
 
15
 
PATH="${PWD}/scripts:${PATH}"
 
15
PATH="${PWD}/auto/helpers:${PATH}"