refactor(Apps/Defines): Codefactor warning (#3714)

This commit is contained in:
Kitzunu 2020-11-19 18:24:38 +01:00 committed by GitHub
parent fb69db212f
commit 9ce76376da
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 4 additions and 4 deletions

View file

@ -1,4 +1,4 @@
unamestr=`uname`
unamestr=$(uname)
if [[ "$unamestr" == 'Darwin' ]]; then
AC_PATH_ROOT=$(greadlink -f "$AC_PATH_APPS/../")
else