projects
/
openwrt
/
staging
/
dangole.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9897832
)
base-files: fix typo in rfkill script
author
John Crispin
<john@openwrt.org>
Mon, 11 Nov 2013 18:12:30 +0000
(18:12 +0000)
committer
John Crispin
<john@openwrt.org>
Mon, 11 Nov 2013 18:12:30 +0000
(18:12 +0000)
Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 38742
package/base-files/files/etc/rc.button/rfkill
patch
|
blob
|
history
diff --git
a/package/base-files/files/etc/rc.button/rfkill
b/package/base-files/files/etc/rc.button/rfkill
index d7f4d3368a54fb8c4cc95a3c25cf704aba5cf2af..e8d5a9c8cb851f9ebadb5a4503fae28c2acc4c26 100755
(executable)
--- a/
package/base-files/files/etc/rc.button/rfkill
+++ b/
package/base-files/files/etc/rc.button/rfkill
@@
-1,6
+1,6
@@
#!/bin/sh
-[ "${ACTION}" = "released" -o -n "{TYPE}" ] || exit 0
+[ "${ACTION}" = "released" -o -n "
$
{TYPE}" ] || exit 0
. /lib/functions.sh