From: Wouter Wijngaards Date: Tue, 16 Dec 2008 15:27:45 +0000 (+0000) Subject: typo fix for echo. X-Git-Tag: release-1.5.0~48 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=3dbb67a80ee323a3be1b990e2bbc37bb2c511f13;p=thirdparty%2Fldns.git typo fix for echo. --- diff --git a/makedist.sh b/makedist.sh index b32b9024..d8dea2b3 100755 --- a/makedist.sh +++ b/makedist.sh @@ -149,7 +149,7 @@ info "LDNS version: $version" if [ "$SNAPSHOT" = "yes" ]; then info "Building LDNS snapshot." version2="${version}-`date +%Y%m%d`" - info "Snapshot version number: $version" + info "Snapshot version number: $version2" replace_text "configure.ac" "AC_INIT(ldns, $version" "AC_INIT(ldns, $version2" replace_text "drill/configure.ac" "AC_INIT(ldns, $version" "AC_INIT(ldns, $version2"