configShlibs.src: Fixup some bugs introduced by previous commits
authorJon Trulson <jon@radscan.com>
Sun, 26 Aug 2018 22:29:02 +0000 (16:29 -0600)
committerJon Trulson <jon@radscan.com>
Sun, 26 Aug 2018 22:45:22 +0000 (16:45 -0600)
cde/admin/IntegTools/post_install/linux/configShlibs.src

index c61b60ff94a54e5f6142f286086a5d728063e6ae..a03d5b21856380e77795082fa98b2b71b4204de7 100755 (executable)
@@ -56,7 +56,7 @@ XCOMM
 
   cd CDE_INSTALLATION_TOP/lib || exit
 
-  for lib in $(/bin/ls) ./*.so.*
+  for lib in $(/bin/ls lib*.so.*)
   do
     link=$(echo "$lib" | cut -d. -f1,2)
 
@@ -76,7 +76,7 @@ XCOMM #########################################################################
 retval=0
 CDE_TOP=CDE_INSTALLATION_TOP
 
-  HandleOption "$*"
+  HandleOption $*
 
   if [ "$OPERATION" = "deconfigure" ]
   then