From 4dec1dc295a6995de45c8ef11862f6164f38f16f Mon Sep 17 00:00:00 2001 From: "Jordan K. Hubbard" Date: Mon, 1 Feb 1999 12:45:26 +0000 Subject: MFC: make directories unconditionally. --- tools/tools/upgrade/move_aout_libs.sh | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) (limited to 'tools') diff --git a/tools/tools/upgrade/move_aout_libs.sh b/tools/tools/upgrade/move_aout_libs.sh index d21a1070a1df..21df807040b3 100755 --- a/tools/tools/upgrade/move_aout_libs.sh +++ b/tools/tools/upgrade/move_aout_libs.sh @@ -1,6 +1,6 @@ #!/bin/sh # -# $Id: move_aout_libs.sh,v 1.3 1999/01/26 04:13:03 jkh Exp $ +# $Id: move_aout_libs.sh,v 1.2.2.1 1999/01/26 09:15:53 jkh Exp $ # # Search for a.out libraries and move them to an aout subdirectory of # the elf library directory. @@ -110,9 +110,8 @@ move_if_aout ( ) for dir in $libdirs do # Make sure the directory exists, or ldconfig will choke later. - if test ! -d $dir; then - mkdir -p $dir $dir/aout - fi + mkdir -p $dir $dir/aout + echo "Searching library directory $dir for a.out libraries..." # Get a list of archive libraries. -- cgit v1.3