[gobolinux-users] Rootless on Ubuntu 6.10

marco.cagnoli at oltrelinux.com marco.cagnoli at oltrelinux.com
Fri Feb 16 19:14:21 UTC 2007


So Lucas, 3 times thank you...:)
Another minor problem: at line 22 of CreateRootlessEnviroment there is
CURRENT_SCRIPT_VERSION=2.6.2 but at line 209 there is 2.4.2

Thank you

Marco

> On 2/16/07, Lucas C. Villa Real <lucasvr at gobolinux.org> wrote:
>> On 2/16/07, Lucas C. Villa Real <lucasvr at gobolinux.org> wrote:
>> > for i in `find . -type f`; do cat $i | sed 's,^#!/bin/sh,#!/bin/bash'
>> > > x && mv x $i; done
>>
>> Forgot escapes (\):
>>
>> for i in `find . -type f`; do cat $i | sed
>> 's,^#\!/bin/sh,#\!/bin/bash' > x && mv x $i; done
>
> And obviously, forgot ',g'. This time the script has been tested :-)
>
> for i in `find . -type f`; do cat $i | sed
> 's,^#\!/bin/sh,#\!/bin/bash,g' > x && mv x $i; done
>
> --
> Lucas
> powered by /dev/dsp
> _______________________________________________
> gobolinux-users mailing list
> gobolinux-users at lists.gobolinux.org
> http://lists.gobolinux.org/mailman/listinfo/gobolinux-users
>




More information about the gobolinux-users mailing list