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:
7275500
)
Show "n/a" instead of "off" when no bluetooth controllers were found
author
Siraaj Khandkar
<siraaj@khandkar.net>
Wed, 1 Aug 2018 22:42:39 +0000
(18:42 -0400)
committer
Siraaj Khandkar
<siraaj@khandkar.net>
Wed, 1 Aug 2018 22:42:39 +0000
(18:42 -0400)
bin/khatus_parse_bluetoothctl_show
patch
|
blob
|
blame
|
history
diff --git
a/bin/khatus_parse_bluetoothctl_show
b/bin/khatus_parse_bluetoothctl_show
index
08a8708
..
7de42cf
100755
(executable)
--- a/
bin/khatus_parse_bluetoothctl_show
+++ b/
bin/khatus_parse_bluetoothctl_show
@@
-26,7
+26,7
@@
END {
show = "ERROR"
}
} else {
- show = "
off" # TODO: Perhaps use differentiated marker?
+ show = "
n/a"
}
print(show)
}
This page took
0.01892 seconds
and
4
git commands to generate.