diff options
Diffstat (limited to 't/amhello-binpkg.sh')
-rwxr-xr-x | t/amhello-binpkg.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/t/amhello-binpkg.sh b/t/amhello-binpkg.sh index 16fdfc3b8..c1d2575ee 100755 --- a/t/amhello-binpkg.sh +++ b/t/amhello-binpkg.sh @@ -18,7 +18,7 @@ # using DESTDIR to build simple, no-frills binary packages. am_create_testdir=empty -. ./defs || Exit 1 +. ./defs || exit 1 cp "$am_docdir"/amhello-1.0.tar.gz . \ || fatal_ "cannot get amhello tarball" |