when developing and executing between Unix and Linux. I have a script that works perfectly in Unix, and after changing "#!/usr/local/bin/expect" to "#!/usr/bin/expect" the script is not working correctly. Are there major difference between Unix and Linux expect that I'm just not aware of?
The script I'm testing is pretty simple and shouldn't be platform dependent.
The script I'm testing is pretty simple and shouldn't be platform dependent.