Skip to content

Commit

Permalink
Merge pull request #871 from imageworks/doc-fix-valid-bash
Browse files Browse the repository at this point in the history
Fix doc example to be valid bash
  • Loading branch information
rydrman authored Sep 18, 2023
2 parents 224b14f + e822820 commit 5322977
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/use/spec.md
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@ build:
script:
- mkdir -p build; cd build
- CONFIG=Release
- if [ "${SPK_OPT_debug}" == "on" ] CONFIG=Debug
- if [ "${SPK_OPT_debug}" == "on" ]; then CONFIG=Debug; fi
- cmake ..
-DCMAKE_BUILD_TYPE=$CONFIG
-DCMAKE_PREFIX_PATH=/spfs
Expand Down

0 comments on commit 5322977

Please sign in to comment.