Date: Monday, April 16, 2007 @ 16:33:44
  Author: marc
    Path: /cvsroot/carob/libmysequoia/ldtest

Modified: runtest.sh (1.6 -> 1.7)

Fixed "common mistake" %s bug in disabled code


------------+
 runtest.sh |    2 +-
 1 files changed, 1 insertion(+), 1 deletion(-)


Index: libmysequoia/ldtest/runtest.sh
diff -u libmysequoia/ldtest/runtest.sh:1.6 libmysequoia/ldtest/runtest.sh:1.7
--- libmysequoia/ldtest/runtest.sh:1.6  Mon Apr 16 16:21:52 2007
+++ libmysequoia/ldtest/runtest.sh      Mon Apr 16 16:33:44 2007
@@ -18,7 +18,7 @@
     OVERLIBFLAGS="${overridelinkflags}"
 
     printf "\n"
-#    printf "$overridelinkflags -o liboverride.so       "
+#    printf "%s" "$overridelinkflags -o liboverride.so       "
     printf "LD_PRELOAD=$preload\n"
     LD_LIBRARY_PATH=. LD_PRELOAD=${preload} ./main
 

_______________________________________________
Carob-commits mailing list
[email protected]
https://forge.continuent.org/mailman/listinfo/carob-commits

Reply via email to