diff options
| author | Alexandre Flament <alex@al-f.net> | 2020-04-30 11:50:19 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-04-30 11:50:19 +0200 |
| commit | dc8d9750515054885da354a82f1a0e4ab9572bab (patch) | |
| tree | 6187a5f4203c62fe0c6f8b3894aef3c00f5b61ba | |
| parent | 0f4dbc4eca848d910fb4433e3d1c61fa7fcfa8de (diff) | |
| parent | d27331c8d9b523fe8d99328e491d2f1e1c5fb82d (diff) | |
Merge branch 'master' into uwsgi_static
| -rwxr-xr-x | manage.sh | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -1,5 +1,7 @@ #!/bin/sh +export LANG=C + BASE_DIR="$(dirname -- "`readlink -f -- "$0"`")" cd -- "$BASE_DIR" |