#163 #176 #184 opt.: wrap with try-catch

This commit is contained in:
lollipopkit
2023-10-12 13:12:19 +08:00
parent 7148015037
commit a43a000c68
2 changed files with 103 additions and 47 deletions

View File

@@ -122,8 +122,8 @@ fi''';
export LANG=en_US.UTF-8
# If macSign & bsdSign are both empty, then it's linux
macSign=\$(uname 2>&1 | grep "Darwin")
bsdSign=\$(uname 2>&1 | grep "BSD")
macSign=\$(uname -a 2>&1 | grep "Darwin")
bsdSign=\$(uname -a 2>&1 | grep "BSD")
# Link /bin/sh to busybox?
isBusybox=\$(ls -l /bin/sh | grep "busybox")