From 443018125af355edc86d4d6239f8916d853eb207 Mon Sep 17 00:00:00 2001 From: Daniel Gibbs Date: Wed, 10 Feb 2016 15:07:38 +0000 Subject: [PATCH] missing then --- functions/command_dev_detect_deps.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/functions/command_dev_detect_deps.sh b/functions/command_dev_detect_deps.sh index f6d1da766..06bf99599 100644 --- a/functions/command_dev_detect_deps.sh +++ b/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"