Skip to content

Commit

Permalink
roundtrip: Fix running on non-C locales
Browse files Browse the repository at this point in the history
  • Loading branch information
b4n committed Nov 24, 2017
1 parent aafec6c commit 87ceba7
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions misc/roundtrip
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,9 @@
# You should have received a copy of the GNU General Public License
# along with this program. If not, see <http://www.gnu.org/licenses/>.

# Avoid trouble with weird bytes on non-C locales
export LC_ALL=C

READTAGS=${1:-./readtags}
UNITS=${2:-./Units}
s=0
Expand Down

0 comments on commit 87ceba7

Please sign in to comment.