Skip to content

Commit fcfd2ab

Browse files
hsbadrSteveBronder
andauthored
README: Use curly braces around TBB_VERSION
It makes it a little more obvious TBB_VERSION is optional, supplied by the user. Co-authored-by: Steve Bronder <Stevo15025@gmail.com>
1 parent 913bd64 commit fcfd2ab

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ For example, installing [`oneTBB`](https://github.com/oneapi-src/oneTBB) on Linu
121121
```bash
122122
TBB_VERSION="2021.1.1"
123123

124-
wget https://github.com/oneapi-src/oneTBB/releases/download/v$TBB_VERSION/oneapi-tbb-$TBB_VERSION-lin.tgz
124+
wget https://github.com/oneapi-src/oneTBB/releases/download/v${TBB_VERSION}/oneapi-tbb-${TBB_VERSION}-lin.tgz
125125
tar zxvf oneapi-tbb-$TBB_VERSION-lin.tgz -C $HOME
126126

127127
export TBB="$HOME/oneapi-tbb-$TBB_VERSION"

0 commit comments

Comments
 (0)