Rebased from upstream / out of band repository.
[librecmc/librecmc.git] / package / base-files / files / lib / preinit / 30_failsafe_wait
index 9a34f2de4cb39a890e5f34faa175a9e587d7a484..dd9c7e2b59449b5fa0c9944a1ec9cc703e30cbed 100644 (file)
@@ -82,7 +82,7 @@ fs_wait_for_key () {
 
 failsafe_wait() {
        FAILSAFE=
-       [ "$pi_preinit_no_failsafe" == "y" ] && {
+       [ "$pi_preinit_no_failsafe" = "y" ] && {
                fs_wait_for_key "" "" $fs_failsafe_wait_timeout
                return
        }