Skip to content

Commit

Permalink
Merge pull request #151 from flatcar/krnowak/fix-show-changes
Browse files Browse the repository at this point in the history
show-changes: Fix excessive quoting
  • Loading branch information
krnowak authored Sep 29, 2023
2 parents aff4340 + 99aeeed commit bf90dec
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions show-changes
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@ if [ $# -lt 1 ] || [ "$1" = "-h" ] || [ "$1" = "--help" ]; then
exit 1
fi

: "${SCRIPTS_REPO:='scripts'}"
: "${COREOS_OVERLAY_REPO:='coreos-overlay'}"
: "${PORTAGE_STABLE_REPO:='portage-stable'}"
: "${SCRIPTS_REPO:=scripts}"
: "${COREOS_OVERLAY_REPO:=coreos-overlay}"
: "${PORTAGE_STABLE_REPO:=portage-stable}"

OLD="$1"
NEW="${2-HEAD}"
Expand Down

0 comments on commit bf90dec

Please sign in to comment.