home
/
code
/
khatus.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7af746e
)
Fix khatus_sensor_bluetooth_power
author
Siraaj Khandkar
<siraaj@khandkar.net>
Fri, 3 Aug 2018 17:09:24 +0000
(13:09 -0400)
committer
Siraaj Khandkar
<siraaj@khandkar.net>
Fri, 3 Aug 2018 17:09:24 +0000
(13:09 -0400)
-e option is not available in dash's echo
bin/khatus_sensor_bluetooth_power
patch
|
blob
|
blame
|
history
diff --git
a/bin/khatus_sensor_bluetooth_power
b/bin/khatus_sensor_bluetooth_power
index
7810f7a
..
f051e71
100755
(executable)
--- 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
This page took
0.026324 seconds
and
4
git commands to generate.