diff options
Diffstat (limited to 't/pr9.sh')
-rwxr-xr-x | t/pr9.sh | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -23,7 +23,7 @@ # ltconfig, ltmain.sh, mdate-sh, missing, and mkinstalldirs. In fact, # the entire 'support/' directory is omitted. -. ./defs || Exit 1 +. ./defs || exit 1 cat > configure.ac << END AC_INIT([$me], [1.0]) |