From ba4f198fcbf6f287e9544b30e86fa089f96f0fb9 Mon Sep 17 00:00:00 2001 From: milisbir Date: Sun, 23 Jul 2017 06:18:17 +0300 Subject: [PATCH] mps.guncelleme --- bin/mps | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/mps b/bin/mps index ff60585ca..ef105fce8 100755 --- a/bin/mps +++ b/bin/mps @@ -60,7 +60,7 @@ icerik_ekle(){ rm /tmp/.PRE fi mkdir -p kur.$paketad && - if [ `type -p bsdtar` ];then + if [ -f `type -p bsdtar` ];then bsdtar xf $1 -C kur.$paketad else tar xf $1 -C kur.$paketad