mps
This commit is contained in:
parent
3bfd5d3ace
commit
4093d8e3e1
10
bin/mps
10
bin/mps
|
@ -952,12 +952,10 @@ paket_derle(){
|
||||||
konum="$1"
|
konum="$1"
|
||||||
derpaket=`basename $1`
|
derpaket=`basename $1`
|
||||||
else
|
else
|
||||||
sonuc="`find "$talimatname" -name $1`"
|
konum=$(talimat_bul $1)
|
||||||
eksonuc="`find "$ektalimatname" -name $1`"
|
if [[ $konum == "-1" || $konum == "0" ]];then
|
||||||
if [ -f "$sonuc/talimat" ];then
|
ryaz 31 "$1 $_talimat_bulunamadi"
|
||||||
konum=$sonuc
|
exit 1
|
||||||
elif [ -f "$eksonuc/talimat" ];then
|
|
||||||
konum=$eksonuc
|
|
||||||
fi
|
fi
|
||||||
derpaket="$1"
|
derpaket="$1"
|
||||||
fi
|
fi
|
||||||
|
|
Loading…
Reference in New Issue