Skip to content

Commit 32072d3

Browse files
committed
fix demo ci error on manylinux
1 parent 6447155 commit 32072d3

File tree

1 file changed

+1
-1
lines changed
  • paddle/fluid/inference/api/demo_ci

1 file changed

+1
-1
lines changed

paddle/fluid/inference/api/demo_ci/run.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ else
2020
fi
2121

2222
USE_TENSORRT=OFF
23-
if [ [-d"$TENSORRT_INCLUDE_DIR"] -a [-d"$TENSORRT_LIB_DIR"] ]; then
23+
if [ -d "$TENSORRT_INCLUDE_DIR" -a -d "$TENSORRT_LIB_DIR" ]; then
2424
USE_TENSORRT=ON
2525
fi
2626

0 commit comments

Comments
 (0)