Skip to content

Commit d14c0d6

Browse files
committed
Remove unneeded semi-colon
1 parent a4206c9 commit d14c0d6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

installer/bootstrap.bash

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -217,7 +217,7 @@ function main
217217

218218
# Add loading of TU/e tools (tue-env, tue-get, etc) to bashrc
219219
# shellcheck disable=SC2088
220-
if ! grep -q "${env_dir}/setup.bash" ~/.bashrc;
220+
if ! grep -q "${env_dir}/setup.bash" ~/.bashrc
221221
then
222222
echo "
223223
# Load TU/e tools

0 commit comments

Comments
 (0)