base-files: fix typo in rfkill script
authorblogic <blogic@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Mon, 11 Nov 2013 18:12:30 +0000 (18:12 +0000)
committerblogic <blogic@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Mon, 11 Nov 2013 18:12:30 +0000 (18:12 +0000)
Signed-off-by: John Crispin <blogic@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@38742 3c298f89-4303-0410-b956-a3cf2f4a3e73

package/base-files/files/etc/rc.button/rfkill

index d7f4d33..e8d5a9c 100755 (executable)
@@ -1,6 +1,6 @@
 #!/bin/sh
 
-[ "${ACTION}" = "released" -o -n "{TYPE}" ] || exit 0
+[ "${ACTION}" = "released" -o -n "${TYPE}" ] || exit 0
 
 . /lib/functions.sh