You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have two shell scripts which have dependencies. Using shc compiler i created two binaries. But while running one binary, it is unable to resolve depended binary.i am seeing below error
line 1 : ???? :command not found
How to deal with shell scripts which have dependencies.
The text was updated successfully, but these errors were encountered:
syamalach
changed the title
unable to run shell script compiler ootputfile which having dependency internally with another shell script
unable to run shell script compiler binary which having dependency internally with another shell script
Jul 25, 2016
You can not source binary files. If you want to source it, you will need to source it as a normal script which is a text file i.e compile only one an keep the other as it is.
I have two shell scripts which have dependencies. Using shc compiler i created two binaries. But while running one binary, it is unable to resolve depended binary.i am seeing below error
line 1 : ???? :command not found
How to deal with shell scripts which have dependencies.
The text was updated successfully, but these errors were encountered: