Re: [lfs-support] chapter-6_bash

2012-08-29 Thread Baho Utot
On 08/29/2012 01:18 PM, Mikie wrote: >> exec /tools/bin/bash --login +h -c "SomeScriptIWantTo Run.sh" > What does the -c do? > > Thanks > > > man bash is your friend -- http://linuxfromscratch.org/mailman/listinfo/lfs-support FAQ: http://www.linuxfromscratch.org/lfs/faq.html Unsubscribe: See the

Re: [lfs-support] chapter-6_bash

2012-08-29 Thread Mikie
>exec /tools/bin/bash --login +h -c "SomeScriptIWantTo Run.sh" What does the -c do? Thanks -- http://linuxfromscratch.org/mailman/listinfo/lfs-support FAQ: http://www.linuxfromscratch.org/lfs/faq.html Unsubscribe: See the above information page

Re: [lfs-support] chapter-6_bash

2012-08-29 Thread Baho Utot
On 08/29/2012 11:23 AM, Mikie wrote: > William, > > I did the same thing and had the same issue. > > When you execute this line in a bash script: > > > exec /tools/bin/bash --login +h exec /tools/bin/bash --login +h -c "SomeScriptIWantTo Run.sh" > > > [putolin] -- Ineptocracy (in-ep-toc’-ra-c

Re: [lfs-support] chapter-6_bash

2012-08-29 Thread Mikie
List Subject: Re: [lfs-support] chapter-6_bash On Aug 28, 2012, at 13:32 PM, Garrett Gaston wrote: > I placed all the commands for chapter-6, bash into a script and then > executed it. A the bottom of the page all I see is make[1]: > Leaving directory `/sources/Chapter-6/6.31._bash-4.2/p

Re: [lfs-support] chapter-6_bash

2012-08-28 Thread Ken Moffat
On Tue, Aug 28, 2012 at 05:33:19PM -0500, Garrett Gaston wrote: > > Below is what I'M getting: > if test "bash" = "gettext-tools"; then \ /bin/sh > /sources/Chapter-6/6.31._Bash-4.2/bash-4.2/./support/mkinstalldirs > /usr/share/gettext/po; \ for file in Makefile.in.in remove-potcdate.sin > qu

Re: [lfs-support] chapter-6_bash

2012-08-28 Thread Bruce Dubbs
Garrett Gaston wrote: > > Below is what I'M getting: > if test "bash" = "gettext-tools"; then \ /bin/sh > /sources/Chapter-6/6.31._Bash-4.2/bash-4.2/./support/mkinstalldirs > /usr/share/gettext/po; \ for file in Makefile.in.in remove-potcdate.sin > quot.sed boldquot.sed en@quot.header en@boldq

Re: [lfs-support] chapter-6_bash

2012-08-28 Thread Garrett Gaston
Below is what I'M getting: if test "bash" = "gettext-tools"; then \ /bin/sh /sources/Chapter-6/6.31._Bash-4.2/bash-4.2/./support/mkinstalldirs /usr/share/gettext/po; \ for file in Makefile.in.in remove-potcdate.sin quot.sed boldquot.sed en@quot.header en@boldquot.header insert-header.sin Rul

Re: [lfs-support] chapter-6_bash

2012-08-28 Thread Bruce Dubbs
Garrett Gaston wrote: > > I placed all the commands for chapter-6, bash into a script and then > executed it. A the bottom of the page all I see is make[1]: Leaving > directory `/sources/Chapter-6/6.31._bash-4.2/po' at the bottom of the > page with no prompt in sight. Does this look and sound right

Re: [lfs-support] chapter-6_bash

2012-08-28 Thread William Harrington
On Aug 28, 2012, at 13:32 PM, Garrett Gaston wrote: > I placed all the commands for chapter-6, bash into a script and > then executed it. A the bottom of the page all I see is make[1]: > Leaving directory `/sources/Chapter-6/6.31._bash-4.2/po' at the > bottom of the page with no prompt in s

[lfs-support] chapter-6_bash

2012-08-28 Thread Garrett Gaston
I placed all the commands for chapter-6, bash into a script and then executed it. A the bottom of the page all I see is make[1]: Leaving directory `/sources/Chapter-6/6.31._bash-4.2/po' at the bottom of the page with no prompt in sight. Does this look and sound right? Is it likely still running