]> git.ipfire.org Git - thirdparty/ldns.git/commitdiff
typo fix for echo.
authorWouter Wijngaards <wouter@NLnetLabs.nl>
Tue, 16 Dec 2008 15:27:45 +0000 (15:27 +0000)
committerWouter Wijngaards <wouter@NLnetLabs.nl>
Tue, 16 Dec 2008 15:27:45 +0000 (15:27 +0000)
makedist.sh

index b32b9024bf54af0ec6462a21e33a96bc02165ab4..d8dea2b3ba8190ae7266171639524165a67d92ec 100755 (executable)
@@ -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"