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ı