]> git.pond.sub.org Git - empserver/commitdiff
Fix nightly's diff_to_prev.sh
authorMarkus Armbruster <armbru@pond.sub.org>
Thu, 2 Jun 2011 15:26:30 +0000 (17:26 +0200)
committerMarkus Armbruster <armbru@pond.sub.org>
Sat, 25 Jun 2011 15:12:39 +0000 (17:12 +0200)
Broken in commit 5d512312, v4.3.11

src/scripts/nightly/diff_to_prev.sh

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