Skip to content
This repository has been archived by the owner on Oct 6, 2022. It is now read-only.

Commit

Permalink
Use double-quote again
Browse files Browse the repository at this point in the history
  • Loading branch information
g-bougard committed May 24, 2019
1 parent 68aea4c commit 26cf9bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Perl/Scripts/load-perl-environment
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ declare -r strawberry_arch_url='http://strawberryperl.com/download/${strawberry_

declare -r strawberry_pepfia_branch='2.5.x'
declare -r strawberry_pepfia_build_id='1'
declare -r github_perl_release_tag='perl-${strawberry_version}-${strawberry_pepfia_build_id}'
declare -r github_perl_release_tag="perl-${strawberry_version}-${strawberry_pepfia_build_id}"
declare -r strawberry_pepfia_path="${strawberry_path%/${strawberry_version}}"
declare -r strawberry_pepfia_file="strawberry-perl-${strawberry_version}-all-pepfia-${strawberry_pepfia_branch}-${strawberry_pepfia_build_id}.tar.xz"

Expand Down

0 comments on commit 26cf9bb

Please sign in to comment.