This commit is contained in:
milisbir 2017-12-17 03:50:20 +02:00
parent 7bb70a1fd2
commit aeaf57ca25
1 changed files with 1 additions and 0 deletions

View File

@ -1714,6 +1714,7 @@ indir_talimat_paketle(){
local _isim
_isim=()
_isim=`grep 'name=' $dosya | cut -d'=' -f 2`
[ ! -n "${_isim[0]}" ] && _isim=`grep 'isim=' $dosya | cut -d'=' -f 2`
paketisim="${_isim[0]}"
if [ ! -n "$paketisim" ]; then
ryaz 31 "paket ismi degiskeni bulunamadı!"