X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=t%2Fremake-deeply-nested.sh;h=e054c204aecea285d1c351401ca9bee1cfc6a030;hb=a7c00e1935726a32dca6871dd0f1b7eda28d0a5b;hp=8f29499c8413e10e95139d799dab4fdef2673988;hpb=26b78559eef83ee5535564c782680f33fd9899f5;p=platform%2Fupstream%2Fautomake.git diff --git a/t/remake-deeply-nested.sh b/t/remake-deeply-nested.sh old mode 100755 new mode 100644 index 8f29499..e054c20 --- a/t/remake-deeply-nested.sh +++ b/t/remake-deeply-nested.sh @@ -1,5 +1,5 @@ #! /bin/sh -# Copyright (C) 2010-2012 Free Software Foundation, Inc. +# Copyright (C) 2010-2013 Free Software Foundation, Inc. # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by @@ -19,7 +19,7 @@ # rules don't break in obvious ways in a slightly "heavier than usual" # setup. -. ./defs || exit 1 +. test-init.sh ocwd=$(pwd) || fatal_ "getting current working directory" @@ -30,7 +30,7 @@ echo "AC_SUBST([FOO], [$magic1])" >> configure.ac echo "@FOO@" > bar.in echo "AC_CONFIG_FILES([bar])" >> configure.ac -d=; unset d # Avoid unduly interferences from the environment. +unset d # Avoid unduly interferences from the environment. for i in 0 1 2 3 4 5 6 7 8 9; do d=${d+"$d/"}sub$i echo "SUBDIRS = sub$i" > Makefile.am