Skip to content

Commit 9267ca8

Browse files
committed
rq_cxl_tests.sh: quote new $NDCTL expansion
Fixes shellcheck warning just introduced. Signed-off-by: Marc Herbert <marc.herbert@intel.com>
1 parent d2f39b4 commit 9267ca8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/rq_cxl_tests.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# SPDX-License-Identifier: CC0-1.0
33
# Copyright (C) 2021 Intel Corporation. All rights reserved.
44

5-
: ${NDCTL:=/root/ndctl}
5+
: "${NDCTL:=/root/ndctl}"
66

77
cleanup()
88
{

0 commit comments

Comments
 (0)