I have a script that uses sh shell. I get an error in the line that uses the source command. It seems source is not included in my
sh
source
Bourne shell (sh) uses PATH to locate in source . If the file you are trying to source is not in your path, you get the error 'file not found'.
Try:
source ./