We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4badac9 commit 50d4b6dCopy full SHA for 50d4b6d
build_matrix.sh
@@ -93,7 +93,7 @@ for BUILD_LIBPCAP in ${MATRIX_BUILD_LIBPCAP:-no yes}; do
93
done
94
else
95
echo_magenta 'Use system libpcap'
96
- rm -rf "$PREFIX"/*
+ rm -rf "${PREFIX:?}"/*
97
make -C ../libpcap distclean || :
98
build_tcpdump
99
fi
0 commit comments