Opened 17 years ago
Last modified 14 years ago
#433 closed Defect
Added #!/bin/sh to binstall.sh to help Konqueror know it is a script and not a text file — at Initial Version
Reported by: | Joses | Owned by: | romw |
---|---|---|---|
Priority: | Trivial | Milestone: | Undetermined |
Component: | Client - Setup | Version: | |
Keywords: | Cc: |
Description
There are 3 things I noticed that help Linux KDE Konqueror realize that run_manager is a script and not a text file (if you click the link).
- the run_manager script needs to be marked as executable +x
- The text file needs to begin with $!/bin/sh
- The file appears to work if it ends in .sh
This diff file does #2 but not #3 since you probably have a lot of help-info referring to run_client and run_manager and not run_client.sh and run_manager.sh If you want to do #3 as well, I leave that to you depending on your experience.
KDE Konqueror referred to here would be including version 3.5.6 found in Mandriva 2007. Newer distros will/may likely have better knowledge and perhaps this diff file might not be necessary for them.
sea/Makefile.am for binstall to add #!/bin/sh to scripts