From 7d0bc176b0b89d69e4013f770aa47b01f27d7623 Mon Sep 17 00:00:00 2001 From: Siraaj Khandkar Date: Fri, 3 Aug 2018 13:09:24 -0400 Subject: [PATCH] Fix khatus_sensor_bluetooth_power -e option is not available in dash's echo --- bin/khatus_sensor_bluetooth_power | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/khatus_sensor_bluetooth_power b/bin/khatus_sensor_bluetooth_power index 7810f7a..f051e71 100755 --- a/bin/khatus_sensor_bluetooth_power +++ b/bin/khatus_sensor_bluetooth_power @@ -4,4 +4,4 @@ set -e dir_bin="$1" -echo -e 'show \n quit' | bluetoothctl | "$dir_bin"/khatus_parse_bluetoothctl_show +echo 'show \n quit' | bluetoothctl | "$dir_bin"/khatus_parse_bluetoothctl_show -- 2.20.1