Unverified Commit d27331c8 authored by Markus Heiser's avatar Markus Heiser Committed by GitHub

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

fix: Remove english shell dependency in manage.sh script
parents 73428069 4bae1a9e
#!/bin/sh #!/bin/sh
export LANG=C
BASE_DIR="$(dirname -- "`readlink -f -- "$0"`")" BASE_DIR="$(dirname -- "`readlink -f -- "$0"`")"
cd -- "$BASE_DIR" cd -- "$BASE_DIR"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment