File: common.sh

package info (click to toggle)
patchutils 0.2.11-2
  • links: PTS
  • area: main
  • in suites: woody
  • size: 800 kB
  • ctags: 182
  • sloc: ansic: 3,496; sh: 2,547; xml: 997; makefile: 193; perl: 101
file content (12 lines) | stat: -rw-r--r-- 337 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
rm -rf ${ARENA:=test-arena}
mkdir -p $ARENA
top_builddir=`cd ${top_builddir-.}; pwd`
INTERDIFF=${top_builddir}/interdiff
REDIFF=${top_builddir}/rediff
COMBINEDIFF=${top_builddir}/combinediff
LSDIFF=${top_builddir}/lsdiff
GREPDIFF=${top_builddir}/grepdiff
FILTERDIFF=${top_builddir}/filterdiff
: ${DIFF:=diff}
: ${PATCH:=patch}
cd $ARENA