From 129afe12b70ef557f75c1f29ac3fe3b533eb6058 Mon Sep 17 00:00:00 2001 From: Florian Fainelli Date: Fri, 27 Apr 2012 16:49:16 +0000 Subject: base-files: fix typo in 05_firstboot_skip script (#11359) SVN-Revision: 31492 --- package/base-files/files/lib/firstboot/05_firstboot_skip | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'package/base-files/files/lib') diff --git a/package/base-files/files/lib/firstboot/05_firstboot_skip b/package/base-files/files/lib/firstboot/05_firstboot_skip index 283f8af..5f44df6 100644 --- a/package/base-files/files/lib/firstboot/05_firstboot_skip +++ b/package/base-files/files/lib/firstboot/05_firstboot_skip @@ -1,7 +1,7 @@ #!/bin/sh check_skip() { - if [ "$firsboot_skip_next" = "true" ]; then + if [ "$firstboot_skip_next" = "true" ]; then return 0 else return 1 -- cgit v1.1