Skip to content

Commit 3aee4a7

Browse files
committed
Remove unneeded semi-colon
1 parent b03d090 commit 3aee4a7

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)