The old version made the file stop generating at said fix.
Thank you for your time,
-Chase
From 2d76c834761e65ea21a83cc874123e64f73f9f15 Mon Sep 17 00:00:00 2001
From: chase <ch...@localhost.com>
Date: Sun, 26 Aug 2018 09:00:33 -0500
Subject: [PATCH 1/2] configShlibs.src: fix wildcard expansion error
---
cde/admin/IntegTools/post_install/linux/configShlibs.src | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/cde/admin/IntegTools/post_install/linux/configShlibs.src b/cde/admin/IntegTools/post_install/linux/configShlibs.src
index c61b60ff..6c879493 100755
--- a/cde/admin/IntegTools/post_install/linux/configShlibs.src
+++ b/cde/admin/IntegTools/post_install/linux/configShlibs.src
@@ -56,7 +56,7 @@ XCOMM
cd CDE_INSTALLATION_TOP/lib || exit
- for lib in $(/bin/ls) ./*.so.*
+ for lib in $(/bin/ls) -- *.so.*
do
link=$(echo "$lib" | cut -d. -f1,2)
--
2.17.1
------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
_______________________________________________
cdesktopenv-devel mailing list
cdesktopenv-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/cdesktopenv-devel