Mailing List Archive


[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [tlug] Forcing programs to run in another language



On Wed, 12 Jan 2011 13:43 +0900, "Dave M G" <dave@example.com> wrote:
> Oh, I thought about creating a Bash script, where I just have two lines:
> #!/bin/bash
> LC_ALL=en_CA deja-dup
> 
> ... and then point to that script, but it fails just the same. It says
> essentially the program "LC_ALL=en_CA" can't be found.

Ooh, something I know :-) Try:

  #!bin/sh
  LC_ALL=en_CA
  export LC_ALL
  deja-dup

Dave


Home | Main Index | Thread Index

Home Page Mailing List Linux and Japan TLUG Members Links