X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=t%2Fobjcxx-deps.sh;h=950663bfe9ea4e4ef65e0d3630f2f257345ace2d;hb=b21d68690612214d8edd810acf11880c3c0ad586;hp=c072da287e91ac8bf489b3eba0834d5a190e02bb;hpb=da9ad6fafeaf5dfa710a1a2b4176d1a049fddf13;p=platform%2Fupstream%2Fautomake.git diff --git a/t/objcxx-deps.sh b/t/objcxx-deps.sh index c072da2..950663b 100755 --- a/t/objcxx-deps.sh +++ b/t/objcxx-deps.sh @@ -17,7 +17,7 @@ # Automatic dependency tracking for Objective C++. # See also sister test 'objc-deps.sh'. -. ./defs || Exit 1 +. ./defs || exit 1 cat >> configure.ac << 'END' AC_PROG_OBJCXX @@ -54,7 +54,7 @@ $AUTOMAKE --add-missing ./configure --enable-dependency-tracking $MAKE -cross_compiling || (./foo | $FGREP 'Hello, World') || Exit 1 +cross_compiling || (./foo | $FGREP 'Hello, World') || exit 1 $sleep : > old @@ -65,7 +65,7 @@ if test -f foo; then else is_newest foo.exe old fi -cross_compiling || (./foo | $FGREP 'Howdy, Earth') || Exit 1 +cross_compiling || (./foo | $FGREP 'Howdy, Earth') || exit 1 $MAKE distcheck