Skip to content

Commit d9cb46d

Browse files
authored
Merge pull request #1336 from Pinata-Consulting/make-issue-keep-empty-variables
util: make issue must save empty variables
2 parents aacda77 + e53fac8 commit d9cb46d

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

flow/util/generate-vars.sh

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,6 @@ do
2020
continue
2121
fi
2222
rhs=`sed -e 's/^"//' -e 's/"$//' <<<"${V#*=}"`
23-
if [[ "${rhs}" == "''" ]]; then
24-
echo "Skiping empty variable ${V}"
25-
continue
26-
fi
2723
# handle absolute paths
2824
if [[ "${rhs}" == /* ]]; then
2925
if [[ ! -e "${rhs}" ]]; then

0 commit comments

Comments
 (0)