Change the strerror_override handling to check $_JSON_C_STRERROR_OVERRIDE instead of using a variable, so we don't need to export it.

This commit is contained in:
Eric Haszlakiewicz
2020-07-04 18:56:15 +00:00
parent b01d50b8dc
commit 6068d3f6d1
5 changed files with 11 additions and 7 deletions

View File

@@ -1,5 +1,7 @@
#!/bin/sh
export _JSON_C_STRERROR_ENABLE=1
# Common definitions
if test -z "$srcdir"; then
srcdir="${0%/*}"