getsyms: Fix quoting around find command looking for configure.in files; sort list
authorKen Raeburn <raeburn@mit.edu>
Sat, 16 Jun 2001 02:23:46 +0000 (02:23 +0000)
committerKen Raeburn <raeburn@mit.edu>
Sat, 16 Jun 2001 02:23:46 +0000 (02:23 +0000)
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@13352 dc483132-0cff-0310-8789-dd5450dbe970

src/util/ChangeLog
src/util/getsyms

index c6c5d66d11b52e5bdf84d3f2e92bf6c416578cee..839ca424bb16d53aa34522206971062446cc75ec 100644 (file)
@@ -1,3 +1,8 @@
+2001-06-15  Ken Raeburn  <raeburn@mit.edu>
+
+       * getsyms: Fix quoting around find command looking for
+       configure.in files; sort list.
+
 2001-04-17  Ken Raeburn  <raeburn@mit.edu>
 
        * Makefile.in (unixmac): Target deleted.
index 130fae64d501785de17133b27018dd6a38b43eb6..6db164c60ec996987310d8e5033fe6d586b941ee 100644 (file)
@@ -1,7 +1,7 @@
 #!/bin/sh
 # Run this from the TOP of the source tree!
 M4=gm4
-configs=`find $1 -name configure.in -print|sed -e 's@/configure.in@@`
+configs=`find $1 -name configure.in -print|sort|sed -e 's@/configure.in@@'`
 for dir in $configs; do
        syms=""
        libs=""