Skip to content

Commit 8c1ad32

Browse files
author
Lars Gohlke
committed
cleanup
1 parent 4d9cc56 commit 8c1ad32

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

tools/system_macosx.sh

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,12 @@
11
#!/bin/bash
22

3+
# shellcheck disable=SC2154
34
if [[ ${platform} != "darwin" ]]; then
45
return
56
fi
67

78

89
function init_installed_programs(){
9-
10-
1110
brew install topgrade # updates
1211
brew install bash # use more uptodate version than v3
1312

0 commit comments

Comments
 (0)