File tree Expand file tree Collapse file tree 1 file changed +4
-7
lines changed Expand file tree Collapse file tree 1 file changed +4
-7
lines changed Original file line number Diff line number Diff line change 1818}
1919
2020parse_args () {
21- # BINDIR is ./bin unless set be ENV
22- # over-ridden by flag below
21+ # BINDIR is ./bin unless set be ENV
22+ # overridden by flag below
2323
2424 BINDIR=${BINDIR:- ./ bin}
2525 while getopts " b:dh?x" arg; do
@@ -150,9 +150,6 @@ is_command() {
150150echoerr () {
151151 echo " $@ " 1>&2
152152}
153- log_prefix () {
154- echo " $0 "
155- }
156153_logp=6
157154log_set_priority () {
158155 _logp=" $1 "
@@ -200,7 +197,7 @@ uname_os() {
200197 mingw* ) os=" windows" ;;
201198 cygwin* ) os=" windows" ;;
202199 win* ) os=" windows" ;;
203- sunos) [ $( uname -o) = = " illumos" ] && os=illumos ;;
200+ sunos) [ " $( uname -o) " = " illumos" ] && os=illumos ;;
204201 esac
205202 echo " $os "
206203}
@@ -218,7 +215,7 @@ uname_arch() {
218215 armv7* ) arch=" armv7" ;;
219216 loongarch64) arch=" loong64" ;;
220217 esac
221- echo ${arch}
218+ echo " ${arch} "
222219}
223220uname_os_check () {
224221 os=$( uname_os)
You can’t perform that action at this time.
0 commit comments