Re: script in ~/bin

2008-02-21 Thread Sebastian Spiess
Karl Goetz wrote: > On Wed, 2008-02-20 at 22:21 +1100, Sebastian Spiess wrote: >> Karl Goetz wrote: >>> On Wed, 2008-02-20 at 20:49 +1100, Sebastian Spiess wrote: is is correct that I have to replace #!/bin/sh >> the script I was talking about is only mounting a partition and a cr

Re: script in ~/bin

2008-02-20 Thread Karl Goetz
On Wed, 2008-02-20 at 22:21 +1100, Sebastian Spiess wrote: > Karl Goetz wrote: > > On Wed, 2008-02-20 at 20:49 +1100, Sebastian Spiess wrote: > >> is is correct that I have to replace > >> > >>#!/bin/sh > the script I was talking about is only mounting a partition and a crypt > container off o

Re: script in ~/bin

2008-02-20 Thread Sebastian Spiess
Karl Goetz wrote: > On Wed, 2008-02-20 at 20:49 +1100, Sebastian Spiess wrote: >> is is correct that I have to replace >> >> #!/bin/sh >> >> with >> >> #!/bin/dash >> >> in scripts so that they work? > > no. not if the script is posix complient. > but if they use bashisms you'll need to

Re: script in ~/bin

2008-02-20 Thread Karl Goetz
On Wed, 2008-02-20 at 20:49 +1100, Sebastian Spiess wrote: > is is correct that I have to replace > > #!/bin/sh > > with > > #!/bin/dash > > in scripts so that they work? no. not if the script is posix complient. but if they use bashisms you'll need to replace it with: #!/bin/bas

script in ~/bin

2008-02-20 Thread Sebastian Spiess
is is correct that I have to replace #!/bin/sh with #!/bin/dash in scripts so that they work? I am running feisty. -- ubuntu-au mailing list ubuntu-au@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-au