From 3becfc7c314ff93426ef50e4118870404e9f3e7e Mon Sep 17 00:00:00 2001 From: Joseph Werle Date: Thu, 22 May 2014 16:52:20 -0400 Subject: [PATCH] woops --- lib/install/install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/install/install.sh b/lib/install/install.sh index ae27d56..8bcc406 100755 --- a/lib/install/install.sh +++ b/lib/install/install.sh @@ -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