mpsd-busybox
This commit is contained in:
parent
fa3b708fc5
commit
168bfa3a86
2 changed files with 3 additions and 1 deletions
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
Executable file
2
bin/which
Executable file
|
@ -0,0 +1,2 @@
|
||||||
|
#!/bin/sh
|
||||||
|
type -pa "$@" | head -n 1 ; exit ${PIPESTATUS[0]}
|
Loading…
Add table
Reference in a new issue