From 74ec6239cb5b4eb6a58e5e2fb9297e4741800461 Mon Sep 17 00:00:00 2001 From: milisbir Date: Thu, 18 Oct 2018 19:42:51 +0300 Subject: [PATCH] mps-tespit --- bin/mps | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/mps b/bin/mps index 5c030c3bf..ce2c0df12 100755 --- a/bin/mps +++ b/bin/mps @@ -1300,7 +1300,7 @@ guncelleme_tespit(){ grep -nr "^${_gpaket}@" $dosya_ks >> $dosya_son done # güncellenecek paketlerin-kurulum sırasına göre sıralanıp, sadeleştirilmesi - sort $dosya_son | cut -d':' -f2 | cut -d'@' -f1 > $dosya_sonuc + sort -g $dosya_son | cut -d':' -f2 | cut -d'@' -f1 > $dosya_sonuc # geçici dosyaların silinmesi rm -f @dosya_t @dosya_k @dosya_ks @dosya_g @dosya_son # güncellenecek paket listesi yazdırılması