Skip to content

Commit

Permalink
fix '__stack_push_tmp()'
Browse files Browse the repository at this point in the history
  • Loading branch information
SkypLabs committed Nov 22, 2016
1 parent 941d788 commit 909b578
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/bsfl.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 909b578

Please sign in to comment.