mpsd-busybox

This commit is contained in:
milisbir 2017-12-31 20:16:06 +02:00
parent fa3b708fc5
commit 168bfa3a86
2 changed files with 3 additions and 1 deletions

View File

@ -11,7 +11,7 @@ E_FOOTPRINT=7 # footprint check failure
E_BUILD=8 # error while running 'derle()'
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
wget_sertifika_ayar="--no-check-certificate"
wget_retry="--waitretry=3"

2
bin/which Executable file
View File

@ -0,0 +1,2 @@
#!/bin/sh
type -pa "$@" | head -n 1 ; exit ${PIPESTATUS[0]}