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.
2 parents 9e57192 + c509c48 commit b0277a6Copy full SHA for b0277a6
test/test_examples.sh
@@ -17,7 +17,7 @@ function print_usage() {
17
echo "Usage: $(basename $0) <source_dir> <build_dir> <install_dir> <CMAKE_INSTALL_PREFIX> <list-of-examples-to-run>"
18
}
19
20
-if [ "$5" == "" ]; then
+if [ "$5" = "" ]; then
21
print_usage
22
echo -e "Error: too few arguments\n"
23
exit 1
test/test_valgrind.sh
@@ -20,7 +20,7 @@ if ! valgrind --version > /dev/null; then
fi
-if [ "$3" == "" ]; then
+if [ "$3" = "" ]; then
24
echo -e "error: too few arguments\n"
25
26
0 commit comments