On di, 2006-12-26 at 14:02 +0100, Jelle de Jong wrote: > I have done some more debugging and simplified the debug test: > > You have to make the script (attached to mail) executable first! > chmod +x ~/scripts/thunar/print-file.sh
You have a bashism and don't use bash as shell. So it will fail. If you want to use bash as shell, you have to put #!/bin/bash at the *beginning* of the script. -- Dennis K. Time is an illusion, lunchtime doubly so.
signature.asc
Description: This is a digitally signed message part
-- xubuntu-devel mailing list [email protected] https://lists.ubuntu.com/mailman/listinfo/xubuntu-devel
