We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fa1169f commit 9d7e687Copy full SHA for 9d7e687
2 files changed
makexpi.sh
@@ -119,7 +119,7 @@ if [ "$1" != "--fast" ] ; then
119
120
if [ -x ./utils/compare-locales.sh ] >&2
121
then
122
- if bash ./utils/compare-locales.sh >&2
+ if sh ./utils/compare-locales.sh >&2
123
124
echo Validation of included locales completed. >&2
125
else
utils/compare-locales.sh
@@ -1,4 +1,4 @@
1
-#!/usr/bin/env bash
+#!/bin/sh
2
3
# Check whether all included rules include every entity defined in the
4
# English locale DTDs. (Missing an entity is a fatal error.)
0 commit comments