From 82e9a1e39263ceb3d289fd08f4a597c3922ca6b6 Mon Sep 17 00:00:00 2001 From: milisarge Date: Thu, 4 May 2017 09:07:19 +0300 Subject: [PATCH] mps-pot --- bin/mps | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 }