2
0
mirror of https://github.com/bpkg/bpkg synced 2024-11-08 01:10:36 +00:00
This commit is contained in:
Joseph Werle 2014-05-22 16:52:20 -04:00
parent d1b688550a
commit 3becfc7c31

View File

@ -128,7 +128,7 @@ bpkg_install () {
if [ ! -z "${build}" ]; then
(
## go to tmp dir
cd $( $TMPDIR && echo $TMPDIR || echo /tmp) &&
cd $( [ ! -z $TMPDIR ] && echo $TMPDIR || echo /tmp) &&
## prune existing
rm -rf ${name}-${version} &&
## shallow clone