Closed DrewRWx closed 10 years ago
@LancePutnam - I added the cleanup code back in.
@mantaraya36 - The last commit modifies run.sh and debug.sh for POSIX compliance based on the recommendation of the checkbashisms package.
Hooked up a POSIX shell linter to Sublimetext and fixed remaining compatibility issues.
(Note: Removing bashisms makes the scripts POSIX compliant which "ensures" compatibility with anything a platform symlinks /bin/sh to. )
I started fixing the assimp2 uninstall and assimp3 install steps and ended up removing all bashisms from
allocore's install dependenciesevery shell script.Most importantly, I modified run.sh and debug.sh .
A few points:
I need to go over the other install dependencies scripts... and all "sh" scripts for that matter.Canonical's guide for porting from bash to dash was useful.