diff --git a/lib/bsfl.sh b/lib/bsfl.sh index 3328a3f..3732993 100755 --- a/lib/bsfl.sh +++ b/lib/bsfl.sh @@ -1022,7 +1022,7 @@ str_replace_in_file() { __stack_push_tmp() { local TMP="$1" - if has_value __TMP_STACK + if has_value $__TMP_STACK then __TMP_STACK="$TMP" else