Skip to content
Snippets Groups Projects
Commit 3a254da9 authored by Mikhail Glushenkov's avatar Mikhail Glushenkov
Browse files

Merge pull request #2676 from BardurArantsson/patch-1

HACKING.md: Add quotation to sed command
parents 86ac4180 53f72cf5
No related branches found
No related tags found
No related merge requests found
......@@ -74,7 +74,7 @@ To build and test the `Cabal` library, do:
for example with:
~~~~
cabal exec -- sh -c "echo \$GHC_PACKAGE_PATH" | sed s/:.*//
cabal exec -- sh -c "echo \$GHC_PACKAGE_PATH" | sed 's/:.*//'
~~~~
the result should be something like
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment