slitaz-boot-scripts rev 447

Typo in /init
author Pascal Bellard <pascal.bellard@slitaz.org>
date Mon Dec 25 17:18:52 2017 +0100 (2017-12-25)
parents 8ba6666579b6
children 33718aba8e89
files init
line diff
     1.1 --- a/init	Fri Oct 27 12:18:19 2017 -0400
     1.2 +++ b/init	Mon Dec 25 17:18:52 2017 +0100
     1.3 @@ -80,7 +80,7 @@
     1.4  
     1.5  
     1.6  got() {
     1.7 -	arg $1= && root="$(sed "s/.*$1=\([^ ]*\).*/\1/" </proc/cmdline)"
     1.8 +	arg $1= && root="$(sed "s/.*$1=\\([^ ]*\\).*/\\1/" </proc/cmdline)"
     1.9  }
    1.10  
    1.11