X-Git-Url: http://git.silcnet.org/gitweb/?p=autodist.git;a=blobdiff_plain;f=apps%2Fautodist%2Fautodist.in;h=2e8a361498693d01395340acc9abd003f645a958;hp=0b3638ff9f7f2170b6494b5218c21231ee4c7428;hb=b111d69f38b4378fc059904ccf8d8d1a7b01a4d3;hpb=8321bcd1c9e922006e2f3a7de3245bbd9566e0f5 diff --git a/apps/autodist/autodist.in b/apps/autodist/autodist.in index 0b3638f..2e8a361 100755 --- a/apps/autodist/autodist.in +++ b/apps/autodist/autodist.in @@ -702,7 +702,7 @@ ad_process_tree() # Take away noprocess list if test -f autodist.noprocess; then - files=`echo $files | sh autodist.noprocess` || exit 1 + files=`echo $files" " | sh autodist.noprocess` || exit 1 fi for ff in $files @@ -746,7 +746,7 @@ ad_process_source_tree() # Take away noprocess list if test -f autodist.noprocess; then - files=`echo $files | sh autodist.noprocess` || exit 1 + files=`echo $files" " | sh autodist.noprocess` || exit 1 fi for ff in $files @@ -1234,14 +1234,17 @@ ad_process_noprocess() ad_debug ">ad_process_noprocess" + cur=`pwd` + cd $am_distdir || exit 1 for i in $noprocess do # Escape ie=`echo $i | sed 's/\\//\\\\\//g'` || exit 1 - n="$n -e 's/$am_distdir\\/$ie//'" + n="$n -e 's/$am_distdir\\/$ie //'" np=true done + cd $cur || exit 1 rm -f autodist.noprocess if test x$np = xtrue; then