Skip to content

Commit

Permalink
Fix missing suffix
Browse files Browse the repository at this point in the history
  • Loading branch information
terhorstd authored Feb 26, 2021
1 parent 4faf641 commit ecaf898
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,7 @@ fi
VARIANT="${2:-default}" # optional variant
PLAN="${PLANFILE_PATH}/${PACKAGE}/${VERSION}/${VARIANT}" # set plan path

if [ ! -z "$3" ]
if [ ! -z "${3:-}" ]
then
VARIANT="${VARIANT}_${3}" # append suffix to variant if suffix not empty
fi
Expand Down

0 comments on commit ecaf898

Please sign in to comment.