Skip to content

Commit

Permalink
quote URL containing #
Browse files Browse the repository at this point in the history
  • Loading branch information
vogler committed Dec 18, 2014
1 parent 0a63dda commit 0f1b139
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion make.sh
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ rule() {
eval `opam config env`
opam install ocamlfind batteries xml-light
# opam's cil is too old
opam pin -y add cil https://github.com/kerneis/cil.git#develop
opam pin -y add cil "https://github.com/kerneis/cil.git#develop"
;;
bench) git submodule update --init --recursive bench;;
*) echo "Unknown action '$1'. Try clean, opt, debug, profile, byte, or doc.";;
Expand Down

0 comments on commit 0f1b139

Please sign in to comment.