Fix many bugs for unquote variables.

This commit is contained in:
LE Manh Cuong
2015-02-27 01:01:48 +07:00
parent 971b6bf63a
commit 5428aed2d7
14 changed files with 47 additions and 48 deletions

View File

@@ -79,7 +79,7 @@ function make_tempdir() {
case $(uname -s) in
Darwin )
: ${TMPDIR:=/tmp} ;
: "${TMPDIR:=/tmp}" ;
name=$(mktemp -d -t _stacklib_ )
;;
Linux )