Fix nightly's diff_to_prev.sh

Broken in commit 5d512312, v4.3.11
This commit is contained in:
Markus Armbruster 2011-06-02 17:26:30 +02:00
parent 3403cb2ecb
commit c697fd8856

View file

@ -32,4 +32,4 @@ esac
cd "${LOGDIR}" || err "Could not cd to ${LOGDIR}"
diff -u $(ls "${EMPTARGET}.${ARCH}."* | tail -2)
diff -u $(ls "${INSTANCE}."* | tail -2)