Skip to content

Commit 9d7e687

Browse files
author
MB
committed
[compare-locales] Change shebang
1 parent fa1169f commit 9d7e687

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

makexpi.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ if [ "$1" != "--fast" ] ; then
119119

120120
if [ -x ./utils/compare-locales.sh ] >&2
121121
then
122-
if bash ./utils/compare-locales.sh >&2
122+
if sh ./utils/compare-locales.sh >&2
123123
then
124124
echo Validation of included locales completed. >&2
125125
else

utils/compare-locales.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/usr/bin/env bash
1+
#!/bin/sh
22

33
# Check whether all included rules include every entity defined in the
44
# English locale DTDs. (Missing an entity is a fatal error.)

0 commit comments

Comments
 (0)