Program behaves differently when called from script.

Lapo Luchini lapo@lapo.it
Sat Feb 9 10:00:00 GMT 2002


> I want to report a very strange behavior of bash (?, I really don't know), that

>         rmedina@LIMON ~
>         $ xmodmap .Xmodmap

This is /bin/bash executing.

>         $ cat script
>         #!/bin/sh
>         xmodmap .Xmodmap
>         exit
>         rmedina@LIMON ~
>         $ ./script
>         Standard: not found
>         For: not found
>         R.: not found
>         FUNCTIONS:: not found
>         .//xmodmap: 7: Syntax error: Unterminated quoted string

This is /bin/sh executing.

I suppose they have a different working, try changing the "magic" line in the
script to read "#!/bin/bash"

C ya

--
Lapo 'Raist' Luchini
lapo@lapo.it (PGP & X.509 keys available)
http://www.lapo.it (ICQ UIN: 529796)



--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Bug reporting:         http://cygwin.com/bugs.html
Documentation:         http://cygwin.com/docs.html
FAQ:                   http://cygwin.com/faq/



More information about the Cygwin mailing list