diff --git a/cipherscan b/cipherscan index 7e23844..d607975 100755 --- a/cipherscan +++ b/cipherscan @@ -37,7 +37,7 @@ if [[ "$TIMEOUTBIN" == "" ]]; then fi # Check for busybox, which has different arguments -TIMEOUTOUTPUT=$(($TIMEOUTBIN --help) 2>&1) +TIMEOUTOUTPUT="$($TIMEOUTBIN --help 2>&1)" if [[ "$TIMEOUTOUTPUT" =~ BusyBox ]]; then TIMEOUTBIN="$TIMEOUTBIN -t" fi