Skip to content

Commit b18a5b5

Browse files
committed
Replace pwd with $(pwd) for command substitution
1 parent e64bb55 commit b18a5b5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

third-party/svt.cmd

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,10 @@ git clone -b v1.2.1 --depth 1 https://gitlab.com/AOMediaCodec/SVT-AV1.git
1010
cd SVT-AV1
1111
cd Build/linux
1212

13-
./build.sh release static no-dec no-apps prefix=`pwd`/install install
13+
./build.sh release static no-dec no-apps prefix=$(pwd)/install install
1414
cd ../../..
1515

1616
echo ""
1717
echo "----- NOTE ----"
1818
echo "Please add the path to the pkg-config file to your PKG_CONFIG_PATH, like this:"
19-
echo "export PKG_CONFIG_PATH=\$PKG_CONFIG_PATH:`pwd`/SVT-AV1/Build/linux/install/lib/pkgconfig"
19+
echo "export PKG_CONFIG_PATH=\$PKG_CONFIG_PATH:$(pwd)/SVT-AV1/Build/linux/install/lib/pkgconfig"

0 commit comments

Comments
 (0)