diff options
author | Joshua Ismael Haase Hernández <hahj87@gmail.com> | 2011-08-16 00:50:43 -0500 |
---|---|---|
committer | Joshua Ismael Haase Hernández <hahj87@gmail.com> | 2011-08-16 00:50:43 -0500 |
commit | 2936ee619794c7075842b79eeab88fc690990802 (patch) | |
tree | e1d2c158f81b788cc71e539ad2c6fb3080005d03 /librechroot | |
parent | 8addb9ec51a7df7f35a0271ef0cc8b523d82213b (diff) | |
parent | 2c4723526c438253a3a55bc80fff08b3e42fd3e1 (diff) |
Merge branch 'master' of gitpar:libretoolsspeculation-20110825
Diffstat (limited to 'librechroot')
-rwxr-xr-x | librechroot | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/librechroot b/librechroot index 8071ca9..d3e02f1 100755 --- a/librechroot +++ b/librechroot @@ -27,7 +27,7 @@ function usage { echo "Usage: $0 chrootname" echo "Change to a chroot in $CHROOTDIR. Use it as root." echo - echo "Default chroot name: $CHCOPY" + echo "Default chroot name: $CHROOT" } while getopts 'h' arg; do @@ -45,7 +45,7 @@ custom_config=${XDG_CONFIG_HOME}/libretools/libretools.conf [[ -e ${custom_config} ]] && source ${custom_config} # Enter the chroot copy by default -chrootname=${1:-$CHCOPY} +chrootname=${1:-$CHROOT} CACHEDIR=${CACHEDIR:-/var/cache/pacman/pkg} [[ ! -d ${CHROOTDIR}/${chrootname} ]] && { |