Kaynağa Gözat

missing then

Daniel Gibbs 10 yıl önce
ebeveyn
işleme
443018125a
1 değiştirilmiş dosya ile 1 ekleme ve 1 silme
  1. 1 1
      functions/command_dev_detect_deps.sh

+ 1 - 1
functions/command_dev_detect_deps.sh

@@ -37,7 +37,7 @@ fi
 
 if [ "$(command -v eu-readelf)" ]; then
 	readelf=eu-readelf
-elif [ "$(command -v readelf)" ];
+elif [ "$(command -v readelf)" ]; then
 	readelf=readelf
 else
 	echo "readelf/eu-readelf not installed"