Commit 3e45116 1 parent 699a077 commit 3e45116 Copy full SHA for 3e45116
File tree 5 files changed +6
-6
lines changed
5 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 1
- #! /bin/bash
1
+ #! /usr/ bin/env bash
2
2
3
3
windows=false
4
4
@@ -126,4 +126,4 @@ create
126
126
if [ " $3 " != " --skip-compilation" ]; then
127
127
compile
128
128
fi
129
- echo -e " \x1B[32mPlugin successfully installed!\x1B[0m"
129
+ echo -e " \x1B[32mPlugin successfully installed!\x1B[0m"
Original file line number Diff line number Diff line change 1
- #! /bin/bash
1
+ #! /usr/ bin/env bash
2
2
3
3
windows=false
4
4
Original file line number Diff line number Diff line change 1
- #! /bin/bash
1
+ #! /usr/ bin/env bash
2
2
windows=false
3
3
4
4
oldpwd=$( pwd)
Original file line number Diff line number Diff line change 1
- #! /bin/bash
1
+ #! /usr/ bin/env bash
2
2
VSVer=" "
3
3
VSShortVer=" 1"
4
4
cpus=" "
Original file line number Diff line number Diff line change 1
- #! /bin/bash
1
+ #! /usr/ bin/env bash
2
2
cpus=$( grep -c processor /proc/cpuinfo) || cpus=$( sysctl -n hw.ncpu)
3
3
echo -e " \x1b[32mCompiling with ${cpus} jobs!\x1b[0m"
4
4
You can’t perform that action at this time.
0 commit comments