Diff for /embedaddon/lighttpd/tests/cleanup.sh between versions 1.1.1.1 and 1.1.1.2

version 1.1.1.1, 2013/10/14 10:32:47 version 1.1.1.2, 2016/11/02 10:35:00
Line 4  if test x$srcdir = x; then Line 4  if test x$srcdir = x; then
         srcdir=.          srcdir=.
 fi  fi
   
tmpdir=$top_builddir/tests/tmp/if test x$top_builddir = x; then
         top_builddir=..
 fi
   
   tmpdir="$top_builddir/tests/tmp/"
   
 # remove test-framework  # remove test-framework
rm -rf $tmpdirrm -rf "$tmpdir"
   
 printf "%-40s" "cleaning up"  printf "%-40s" "cleaning up"
   

Removed from v.1.1.1.1  
changed lines
  Added in v.1.1.1.2


FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>