File tree Expand file tree Collapse file tree 4 files changed +6
-6
lines changed
Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 1- #! /bin/sh -eu
1+ #! /bin/bash -eu
22{ set +x; } 2> /dev/null
33SOURCE=$0
44DIR=" $( cd -P " $( dirname " $SOURCE " ) " > /dev/null 2>&1 && pwd ) "
Original file line number Diff line number Diff line change 1- #! /bin/sh -eu
1+ #! /bin/bash -eu
22{ set +x; } 2> /dev/null
33SOURCE=" ${BASH_SOURCE[0]} "
44DIR=" $( cd -P " $( dirname " $SOURCE " ) " > /dev/null 2>&1 && pwd ) "
Original file line number Diff line number Diff line change 1- #! /bin/sh -eu
1+ #! /bin/bash -eu
22{ set +x; } 2> /dev/null
3- SOURCE=$0
3+ SOURCE=" ${BASH_SOURCE[0]} "
44DIR=" $( cd -P " $( dirname " $SOURCE " ) " > /dev/null 2>&1 && pwd ) "
55
66OS=" Mac"
Original file line number Diff line number Diff line change 1- #! /bin/sh -eu
1+ #! /bin/bash -eu
22{ set +x; } 2> /dev/null
3- SOURCE=$0
3+ SOURCE=" ${BASH_SOURCE[0]} "
44DIR=" $( cd -P " $( dirname " $SOURCE " ) " > /dev/null 2>&1 && pwd ) "
55
66OS=" Mac"
You can’t perform that action at this time.
0 commit comments