Skip to content

Commit

Permalink
Strip unnecessary quotes
Browse files Browse the repository at this point in the history
  • Loading branch information
Caspar van Leeuwen committed Oct 23, 2023
1 parent c487e66 commit 76d6ad7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/contributing_sw/debugging_failed_builds.md
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ For both, any writeable path will do. In this example, we will choose `/tmp/easy
```
export WORKDIR=/tmp/easybuild
source configure_easybuild
export EASYBUILD_INSTALLPATH="/tmp/easybuild"
export EASYBUILD_INSTALLPATH=/tmp/easybuild
```
Note that you probably also want to add the path where the modules are installed to your `MODULEPATH`:
```
Expand Down

0 comments on commit 76d6ad7

Please sign in to comment.