X-Git-Url: https://ncurses.scripts.mit.edu/?p=ncurses.git;a=blobdiff_plain;f=misc%2Fshlib;h=f0eb2afcf9cc5317388ad0aecd3ed415052394ef;hp=a3ed8101d1927c5ffe20fe0706fcfcd1a59c2139;hb=8e397cccba0aad135cb9a8a353756f4273a7cdf6;hpb=53d4e8a9506b267d6758096a5e6b945a44432ef9 diff --git a/misc/shlib b/misc/shlib index a3ed8101..f0eb2afc 100755 --- a/misc/shlib +++ b/misc/shlib @@ -1,6 +1,6 @@ #!/bin/sh ############################################################################## -# Copyright (c) 1998-2003,2005 Free Software Foundation, Inc. # +# Copyright (c) 1998-2005,2007 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"), # @@ -29,7 +29,7 @@ # # Author: Thomas E. Dickey 1996 # -# $Id: shlib,v 1.11 2007/01/13 17:09:52 tom Exp $ +# $Id: shlib,v 1.12 2007/01/13 17:09:52 tom Exp $ # Use this script as a wrapper when running executables linked to shared # libraries on systems that use the $LD_LIBRARY_PATH variable and don't embed # the soname's path within the linked executable (such as IRIX), e.g,