base-files: fix several bashisms
[openwrt/staging/jow.git] / package / base-files / files / usr / libexec / login.sh
index 3c8bb509c02860d94c7a5c22c54ccb66334fa42b..1fff39c6a069e460dba75873218340e753ffaaff 100755 (executable)
@@ -1,5 +1,5 @@
 #!/bin/sh
 
-[ "$(uci -q get system.@system[0].ttylogin)" == 1 ] || exec /bin/ash --login
+[ "$(uci -q get system.@system[0].ttylogin)" = 1 ] || exec /bin/ash --login
 
 exec /bin/login