Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
lrineau committed Sep 20, 2023
1 parent 4ba326d commit 08b3935
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion run-testsuite.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/bin/bash
set -e

if [ -z "${CGAL_TESTER}"]; then
if [ -z "${CGAL_TESTER}" ]; then
export CGAL_TESTER=$(whoami)
echo 'CGAL_TESTER not set. Using `whoami`:'" $CGAL_TESTER"
fi
Expand Down

0 comments on commit 08b3935

Please sign in to comment.