mirror of
https://github.com/QSCTech/zjunet.git
synced 2026-01-22 11:44:48 +08:00
The shebang line specifies that executing the script using Bourne shell while some of the code uses possible bashisms like "[[" instead of "[" and "==" instead of "=". If a user's /bin/sh is linked to other shells like "dash, ksh, etc...", it might cause an issue for using the program.