Re: [lfs-dev] 6.30. Procps-3.2.8 sed: -e expression #2, char 14: unterminated `s' command

2012-10-14 Thread Bruce Dubbs
xinglp wrote: > sed -i -e 's@\*/module.mk@proc/module.mk ps/module.mk@' \ > -e 's@^#SKIP/SKIP/' Makefile > > should be the follow ? > > sed -i -e 's@\*/module.mk@proc/module.mk ps/module.mk@' \ > -e 's@^#SKIP@SKIP@' Makefile Yes, that's a typo. I tested with slashes, but then star

[lfs-dev] 6.30. Procps-3.2.8 sed: -e expression #2, char 14: unterminated `s' command

2012-10-14 Thread xinglp
sed -i -e 's@\*/module.mk@proc/module.mk ps/module.mk@' \ -e 's@^#SKIP/SKIP/' Makefile should be the follow ? sed -i -e 's@\*/module.mk@proc/module.mk ps/module.mk@' \ -e 's@^#SKIP@SKIP@' Makefile -- http://linuxfromscratch.org/mailman/listinfo/lfs-dev FAQ: http://www.linuxfromscra