X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=t%2Fcomment7.sh;h=7e45853f56d861393173f28daab35d8e6d37db3f;hb=b21d68690612214d8edd810acf11880c3c0ad586;hp=186daa0e573d5c944d9d2da0e258561895d76db9;hpb=da9ad6fafeaf5dfa710a1a2b4176d1a049fddf13;p=platform%2Fupstream%2Fautomake.git diff --git a/t/comment7.sh b/t/comment7.sh index 186daa0..7e45853 100755 --- a/t/comment7.sh +++ b/t/comment7.sh @@ -17,7 +17,7 @@ # Make sure comment for conditional variables are output near the # corresponding conditional definitions. -. ./defs || Exit 1 +. ./defs || exit 1 cat >> configure.ac <<'EOF' AM_CONDITIONAL([COND], [true])