alan.jesser Posted August 14, 2013 Posted August 14, 2013 I recently switched from Gentoo to Debian and the shell scripts are giving me errors. It appears that Debian adhears to a stricter set of POSIX bash shell syntax. In many of the if blocks there is '==' when evaluating the value. According to strict POSIX syntax that should only be '='. I've updated the scripts on my machine but this may need to be addressed in the future to avoid strange errors.
Recommended Posts