From: Yann Collet Date: Tue, 11 Mar 2025 02:11:44 +0000 (-0700) Subject: fixed ShellCheck warning X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F4334%2Fhead;p=thirdparty%2Fzstd.git fixed ShellCheck warning --- diff --git a/tests/playTests.sh b/tests/playTests.sh index 3d6bcdb0b..72a47d634 100755 --- a/tests/playTests.sh +++ b/tests/playTests.sh @@ -16,7 +16,7 @@ datagen() { "$DATAGEN_BIN" "$@" } -alias zstd="$EXE_PREFIX $ZSTD_BIN" +alias zstd='$EXE_PREFIX $ZSTD_BIN' sudoZstd() { if [ -z "$EXE_PREFIX" ]; then