summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorPaul C. Buetow (mars.fritz.box) <paul@buetow.org>2014-06-21 11:16:30 +0200
committerPaul C. Buetow (mars.fritz.box) <paul@buetow.org>2014-06-21 11:16:30 +0200
commit6d65ada43dbb6e4d715e4f6515fdbdce8116b3e8 (patch)
treed3061ed408a656edb09635170a24a3c2f32f3525 /src
parent5df48fce7c860f68e5d8045a343758de8b8b3983 (diff)
works0.1.0
Diffstat (limited to 'src')
-rwxr-xr-xsrc/netdiff2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/netdiff b/src/netdiff
index e666154..d6ade31 100755
--- a/src/netdiff
+++ b/src/netdiff
@@ -52,7 +52,7 @@ if [ ${RC} -ne 0 ]; then
# Default trouble exit status of diff
RC=2
else
- diff $@ "${WHAT}" ${TMPWHAT} ${DIFF_OPTS}
+ diff $@ "${WHAT}" "${TMPWHAT}/${BASENAME}" ${DIFF_OPTS}
RC=$?
fi