]> ncurses.scripts.mit.edu Git - ncurses.git/blobdiff - test/listused.sh
ncurses 6.2 - patch 20210619
[ncurses.git] / test / listused.sh
index 1c3fe0a64d5130a908c09ce2ffb19c887923458c..2151653e5807440f5036406298f760c98207857d 100755 (executable)
@@ -1,6 +1,7 @@
 #!/bin/sh
 ##############################################################################
 #!/bin/sh
 ##############################################################################
-# Copyright (c) 2003-2006,2010 Free Software Foundation, Inc.                #
+# Copyright 2020,2021 Thomas E. Dickey                                       #
+# Copyright 2003-2006,2010 Free Software Foundation, Inc.                    #
 #                                                                            #
 # Permission is hereby granted, free of charge, to any person obtaining a    #
 # copy of this software and associated documentation files (the "Software"), #
 #                                                                            #
 # Permission is hereby granted, free of charge, to any person obtaining a    #
 # copy of this software and associated documentation files (the "Software"), #
@@ -26,7 +27,7 @@
 # use or other dealings in this Software without prior written               #
 # authorization.                                                             #
 ##############################################################################
 # use or other dealings in this Software without prior written               #
 # authorization.                                                             #
 ##############################################################################
-# $Id: listused.sh,v 1.8 2010/09/18 15:15:15 tom Exp $
+# $Id: listused.sh,v 1.10 2021/06/17 21:20:30 tom Exp $
 # A very simple script to list all entrypoints that are used by either a test
 # program, or within the libraries.  This relies on the output format of 'nm',
 # and assumes that the libraries are configured with TRACE defined, and using
 # A very simple script to list all entrypoints that are used by either a test
 # program, or within the libraries.  This relies on the output format of 'nm',
 # and assumes that the libraries are configured with TRACE defined, and using
@@ -144,7 +145,7 @@ do
                if test -z "$HAVE"
                then
                        for tmp in ../lib/*.a
                if test -z "$HAVE"
                then
                        for tmp in ../lib/*.a
-                       do 
+                       do
                                case $tmp in
                                *_*|*+*)
                                        continue
                                case $tmp in
                                *_*|*+*)
                                        continue