Take into account shells not configured with an english locale which make it fail

pull/23/head
Johan Denoyer 2020-04-24 14:34:13 +02:00
parent 1c40f2e770
commit 36f39ad98e
1 changed files with 1 additions and 1 deletions

View File

@ -28,7 +28,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.
declare -x LC_MESSAGES="C" LC_NUMERIC="C"
declare -x LC_MESSAGES="C" LC_NUMERIC="C" LC_ALL="C.UTF8"
shopt -qu failglob nullglob
shopt -qs extglob globasciiranges globstar