Merge pull request #1479 from milouse/fix/manage.sh

fix: Remove english shell dependency in manage.sh script
This commit is contained in:
Markus Heiser 2020-04-29 13:01:09 +00:00 committed by GitHub
commit d27331c8d9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

View File

@ -1,5 +1,7 @@
#!/bin/sh
export LANG=C
BASE_DIR="$(dirname -- "`readlink -f -- "$0"`")"
cd -- "$BASE_DIR"