We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents e2cabca + 07a1f56 commit f69619dCopy full SHA for f69619d
latex/create-bump-prs.sh
@@ -12,7 +12,7 @@ if [ -f .bump.csv.bak ]; then
12
csv="$(\cat .bump.csv.bak)"
13
\rm -f .bump.csv.bak
14
while IFS="," read -r p v1 v2 l1 l2; do
15
- b="${p}-${v2/[\~\:]/-}"
+ b="${p}-${v2//[\~\:]/-}"
16
\git switch --create "${b}"
17
\perl -i -p -e "s|\Q${l1}\E|${l2}|g" Dockerfile
18
\git add Dockerfile
0 commit comments