diff --git a/bin/mps b/bin/mps index 4ea4a4a94..e1fa63e33 100755 --- a/bin/mps +++ b/bin/mps @@ -1318,7 +1318,7 @@ guncelleme_tespit(){ # 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 # geçici dosyaların silinmesi - rm -f @dosya_t @dosya_k @dosya_ks @dosya_g @dosya_son + rm -f $dosya_t $dosya_k $dosya_ks $dosya_g $dosya_son # güncellenecek paket listesi yazdırılması cat $dosya_sonuc }