libtool-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[SCM] GNU Libtool branch, master, updated. v2.4-13-g583cf62


From: Peter Rosin
Subject: [SCM] GNU Libtool branch, master, updated. v2.4-13-g583cf62
Date: Thu, 14 Oct 2010 12:23:42 +0000

This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "GNU Libtool".

The branch, master has been updated
       via  583cf628610f6b5ced8155d7f18125004e6e3b1c (commit)
      from  72266fced994c7efe609b52c889f5241aebda744 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 583cf628610f6b5ced8155d7f18125004e6e3b1c
Author: Peter Rosin <address@hidden>
Date:   Thu Oct 14 14:19:21 2010 +0200

    tests: fix $EXEEXT typo.
    
    * tests/depdemo-relink.test (func_restore_files): Use $EXEEXT
    instead of $EXEXT.
    
    Signed-off-by: Peter Rosin <address@hidden>

-----------------------------------------------------------------------

Summary of changes:
 ChangeLog                 |    6 ++++++
 tests/depdemo-relink.test |    8 ++++----
 2 files changed, 10 insertions(+), 4 deletions(-)

diff --git a/ChangeLog b/ChangeLog
index 281c71e..a00214c 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2010-10-14  Peter Rosin  <address@hidden>
+
+       tests: fix $EXEEXT typo.
+       * tests/depdemo-relink.test (func_restore_files): Use $EXEEXT
+       instead of $EXEXT.
+
 2010-10-12  Simon Josefsson  <address@hidden>
            Matěj Týč <address@hidden>
            Ralf Wildenhues  <address@hidden>
diff --git a/tests/depdemo-relink.test b/tests/depdemo-relink.test
index dab51b3..cf5c695 100755
--- a/tests/depdemo-relink.test
+++ b/tests/depdemo-relink.test
@@ -31,10 +31,10 @@ func_restore_files ()
     test "`echo _fnord/temp/libs/*`" = "_fnord/temp/libs/*" \
       || mv -f _fnord/temp/libs/* "l3/$objdir"
     mv -f "_fnord/temp/libl3.la" "l3"
-    test -f "_fnord/temp/lt-depdemo$EXEXT" \
-      && mv -f "_fnord/temp/lt-depdemo$EXEXT" "$objdir"
-    test -f "_fnord/temp/depdemo$EXEXT" \
-      && mv -f "_fnord/temp/depdemo$EXEXT" "$objdir"
+    test -f "_fnord/temp/lt-depdemo$EXEEXT" \
+      && mv -f "_fnord/temp/lt-depdemo$EXEEXT" "$objdir"
+    test -f "_fnord/temp/depdemo$EXEEXT" \
+      && mv -f "_fnord/temp/depdemo$EXEEXT" "$objdir"
     rm -rf "_fnord"
 }
 


hooks/post-receive
-- 
GNU Libtool



reply via email to

[Prev in Thread] Current Thread [Next in Thread]