Skip to content

Commit

Permalink
Merge branch 'chapel-lang:master' into master
Browse files Browse the repository at this point in the history
  • Loading branch information
astatide authored Apr 27, 2024
2 parents 72472a2 + d22041e commit 925122b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion util/runMasonCI.bash
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ checkPackage () {
source="$(grep source "$f" | cut -d= -f2)"
echo "source value: $source"
# Strips the quotes off of the source
fixed=$(echo "$source" | tr -d '"')
fixed=$(echo "$source" | tr -d '"' | awk '{$1=$1};1')
echo "adjusted source to 'fixed' value: $fixed"
# Clones the source
git clone "$fixed" newPackage
Expand Down

0 comments on commit 925122b

Please sign in to comment.