We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e0ce383 commit 4730c15Copy full SHA for 4730c15
1 file changed
test/mergedevbranch
@@ -138,7 +138,7 @@ else
138
echo "This merge has not been committed yet."
139
echo "To commit it, run this commit command: ../commit-$rev-merge.sh"
140
echo ""
141
- echo -e "#!/bin/bash\n\nsvn commit -m \"Merged [$rev] from $who: ${comment/\"/'} ${fix/\"/'}\"" > ../commit-$rev-merge.sh
+ echo -e "#!/bin/bash\n\nsvn commit -m \"Merged [$rev] from $who: ${comment/\"/\'} ${fix/\"/\'}\"" > ../commit-$rev-merge.sh
142
chmod +x ../commit-$rev-merge.sh
143
fi
144
0 commit comments