Hi, I am trying to run a shell script that bundled with the program that I downloaded.
I am currently using Fedora OS.
The shell scripts begin with
When I execute in my Terminal, I received the following error.
I am not sure how to fix it with my limited knowledge on Linux.
I verified that "/bin/sh" is in my path by doing a "ls /bin/sh" and executing the "sh".
It will be great if someone can help me with this.
Thanks!!! :
I am currently using Fedora OS.
The shell scripts begin with
#!/bin/sh
When I execute in my Terminal, I received the following error.
bash: /development/JacORB/bin/jaco: /bin/sh^M: bad interpreter: No such file or directory
I am not sure how to fix it with my limited knowledge on Linux.
I verified that "/bin/sh" is in my path by doing a "ls /bin/sh" and executing the "sh".
It will be great if someone can help me with this.
Thanks!!! :