Finally somebody that found the answerm Thank you very much. I use this script style for a few years now and passed a lot of them to other people. I had never heard someone that having problems with them.
I placed my shebang bin bash at the beginning of the script, and now it works I am so happy now :-D Thank you. #!/bin/bash Dennis Kaarsemaker wrote: > 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. > -- xubuntu-devel mailing list [email protected] https://lists.ubuntu.com/mailman/listinfo/xubuntu-devel
