There was an error while loading. Please reload this page.
1 parent d791bbd commit dd1b506Copy full SHA for dd1b506
1 file changed
tests/check-demo-errors-generation.sh
@@ -2,7 +2,7 @@
2
3
set -e
4
5
-if [ "$#" -le 1 ]; then
+if [ "$#" -lt 1 ]; then
6
echo "Usage: $0 pybind11-vX.Y [path]"
7
exit 1
8
fi
0 commit comments