From 933dc0b9fa1a3f3c9a836b799a9bf4f29609ffd8 Mon Sep 17 00:00:00 2001 From: Nicola Pero Date: Fri, 6 Jul 2001 09:37:11 +0000 Subject: [PATCH] Rewritten initial comment about what this script does git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/tools/make/trunk@10303 72102866-910b-0410-8b05-ffd578937521 --- ld_lib_path.csh | 3 +-- ld_lib_path.sh | 3 +-- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/ld_lib_path.csh b/ld_lib_path.csh index 738eb7a9..5955b601 100755 --- a/ld_lib_path.csh +++ b/ld_lib_path.csh @@ -2,8 +2,7 @@ # # ld_lib_path.csh # -# Return the name of the environment variable for the operating -# system that is used by the dynamic loader. +# Set up the LD_LIBRARY_PATH (or similar env variable for your system) # # Copyright (C) 1998 Free Software Foundation, Inc. # diff --git a/ld_lib_path.sh b/ld_lib_path.sh index 30d316ea..d0e83940 100755 --- a/ld_lib_path.sh +++ b/ld_lib_path.sh @@ -2,8 +2,7 @@ # # ld_lib_path.sh # -# Return the name of the environment variable for the operating -# system that is used by the dynamic loader. +# Set up the LD_LIBRARY_PATH (or similar env variable for your system) # # Copyright (C) 1997,1999 Free Software Foundation, Inc. #