diff --git a/bin/mps b/bin/mps index 81b829b79..44da644d1 100755 --- a/bin/mps +++ b/bin/mps @@ -371,8 +371,8 @@ paket_sil_oto_onayli(){ paketsiz_talimatlar(){ for talimat in `ls $talimatname_dizin/genel`;do if [[ ! $(cat $paketdepo/paket.vt | grep $talimat#) ]] ;then - echo $talimat "=" `grep -i "# Description:" $talimatname_dizin/genel/$talimat/talimat | cut -d':' -f2` - + ack=`grep -e '# Description:' $talimatname_dizin/genel/$talimat/talimat | cut -d':' -f2` + printf '%s = %s \n' "$talimat" "$ack" fi done }