slitaz-boot-scripts diff init @ 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 018eeb31a351
children 33718aba8e89
line diff
     1.1 --- a/init	Sat May 21 17:20:19 2016 +0200
     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