fast-data-transfer / fdtcp

Fast Data Transfer
Apache License 2.0
3 stars 1 forks source link

"source" is an invalid command in sh #5

Closed fno2010 closed 7 years ago

fno2010 commented 7 years ago

/usr/bin/wrapper_fdt.sh: 7: /usr/bin/wrapper_fdt.sh: source: not found

Since the shebang of wrapper_fdt.sh is !#/bin/sh, we need to use . to import another shell script.