This commit is contained in:
milisarge 2017-05-04 09:07:19 +03:00
parent 1e0f56a255
commit 82e9a1e392
1 changed files with 2 additions and 2 deletions

View File

@ -371,8 +371,8 @@ paket_sil_oto_onayli(){
paketsiz_talimatlar(){ paketsiz_talimatlar(){
for talimat in `ls $talimatname_dizin/genel`;do for talimat in `ls $talimatname_dizin/genel`;do
if [[ ! $(cat $paketdepo/paket.vt | grep $talimat#) ]] ;then 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 fi
done done
} }