Skip to content
Snippets Groups Projects
Commit f5979af8 authored by Claus-Justus Heine's avatar Claus-Justus Heine
Browse files

Fix diff output interpretation

parent f67b1ca8
No related branches found
No related tags found
No related merge requests found
...@@ -35,10 +35,10 @@ if test -n "${LASTREV}"; then ...@@ -35,10 +35,10 @@ if test -n "${LASTREV}"; then
( (
cd $i cd $i
svn diff -r ${LASTREV} > ${MYTMPDIR}/svn.diff svn diff -r ${LASTREV} > ${MYTMPDIR}/svn.diff
)
if test -s ${MYTMPDIR}/svn.diff; then if test -s ${MYTMPDIR}/svn.diff; then
CHANGED=true CHANGED=true
fi fi
)
if test "z${CHANGED}" = ztrue; then if test "z${CHANGED}" = ztrue; then
break; break;
fi fi
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment