diff options
Diffstat (limited to 't/stamph2.sh')
-rwxr-xr-x | t/stamph2.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/t/stamph2.sh b/t/stamph2.sh index 5346bfc4c..e2ccbdaeb 100755 --- a/t/stamph2.sh +++ b/t/stamph2.sh @@ -15,7 +15,7 @@ # along with this program. If not, see <http://www.gnu.org/licenses/>. # Make sure stamp-h* files are created where we expect -. ./defs || Exit 1 +. ./defs || exit 1 cat >> configure.ac << END AC_CONFIG_HEADERS([1.h |