mpsd-busybox
这个提交存在于:
父节点
fa3b708fc5
当前提交
168bfa3a86
共有 2 个文件被更改,包括 3 次插入 和 1 次删除
2
bin/mpsd
2
bin/mpsd
|
|
@ -11,7 +11,7 @@ E_FOOTPRINT=7 # footprint check failure
|
||||||
E_BUILD=8 # error while running 'derle()'
|
E_BUILD=8 # error while running 'derle()'
|
||||||
E_INSTALL=9 # paket kurulum hatası (mps -k)
|
E_INSTALL=9 # paket kurulum hatası (mps -k)
|
||||||
|
|
||||||
_gnuwget= `wget | head -n1 | grep "Busybox"`
|
_gnuwget=$(readlink -f `which wget` | grep "busybox")
|
||||||
if [ "${_gnuwget}x" == "x" ];then
|
if [ "${_gnuwget}x" == "x" ];then
|
||||||
wget_sertifika_ayar="--no-check-certificate"
|
wget_sertifika_ayar="--no-check-certificate"
|
||||||
wget_retry="--waitretry=3"
|
wget_retry="--waitretry=3"
|
||||||
|
|
|
||||||
2
bin/which
可执行文件
2
bin/which
可执行文件
|
|
@ -0,0 +1,2 @@
|
||||||
|
#!/bin/sh
|
||||||
|
type -pa "$@" | head -n 1 ; exit ${PIPESTATUS[0]}
|
||||||
正在加载…
添加表格
在新工单中引用