Skip to content
Snippets Groups Projects
Commit d204a398 authored by Walter Lozano's avatar Walter Lozano
Browse files

fold-security-update-branches: Fix unbound variable


Fix error caused by unbound variable.

Signed-off-by: default avatarWalter Lozano <walter.lozano@collabora.com>
parent b870439d
No related branches found
No related tags found
No related merge requests found
Pipeline #913266 passed with warnings
......@@ -257,7 +257,7 @@ case "$1" in
;;
fold)
FOLD=1
if [ -z "$2" ]
if [ -z "${2+x}" ]
then
echo "Folding to main repositories"
else
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment