Mail Archives: cygwin/2001/05/16/10:31:33
On Wednesday 16 May 01, ABAK Systemes writes:
> Hello
>
> 'source file' works fine in bash (cygwin 1.1.8). But in a shell script I
> get the following error:
>
> source not found
>
> When I replace source by . everything is OK.
There is a FAQ entry "Why doesn't my script work" (I'll change it to
"why doesn't my shell script work"), which points out that /bin/sh is
ash, not bash. Apparently 'source' is a bash-ism, not an ash-ism, and
I'll add this to the list of missing features. (Unless it someone
corrects me and explains otherwise.)
If you need bash features in your script, use
#! /bin/bash
rather than
#! /bin/sh
Hope this helps.
Regards,
David
Cygwin FAQ maintainer
-------------------------------------------------------------------
David Starks-Browning | starksb AT ebi DOT ac DOT uk
EMBL Outstation -- |
The European Bioinformatics Institute |
Wellcome Trust Genome Campus | tel: +44 (1223) 494 616
Hinxton, Cambridge, CB10 1SD, UK | fax: +44 (1223) 494 468
-------------------------------------------------------------------
--
Want to unsubscribe from this list?
Check out: http://cygwin.com/ml/#unsubscribe-simple
- Raw text -