1
0
mirror of https://github.com/QSCTech/zjunet.git synced 2026-01-22 11:44:48 +08:00
Allo 6747ef8c4a wlan.sh: remove some possible bashisms in lib/wlan.sh
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.
2020-04-11 23:47:41 +08:00
..
2015-06-30 00:22:41 +08:00
2014-10-13 21:18:58 +08:00
2018-12-09 15:39:12 +08:00
2019-06-01 16:40:02 +08:00