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
shell.
If I explicitly try to run source
from shell I get:
sh: 1: source: not found
Should I somehow install "source"? Do I have a wrong version of sh
?
See Question&Answers more detail:
os 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…