Re: [cdesktopenv-devel] [PATCH[ configShlibs.src: fix wildcard expansion error

2018-08-26 Thread Jon Trulson
This one is wrong... On 08/26/2018 08:57 AM, Chase via cdesktopenv-devel wrote: - for lib in $(/bin/ls) ./*.so.* + for lib in $(/bin/ls) -- *.so.* That should be: for lib in $(/bin/ls lib*.so.*) With your change, it did dumb things like create symlinks "--" -> "--", "dtksh" -> "dtksh", an

[cdesktopenv-devel] [PATCH[ configShlibs.src: fix wildcard expansion error

2018-08-26 Thread Chase via cdesktopenv-devel
The old version made the file stop generating at said fix. Thank you for your time, -ChaseFrom 2d76c834761e65ea21a83cc874123e64f73f9f15 Mon Sep 17 00:00:00 2001 From: chase Date: Sun, 26 Aug 2018 09:00:33 -0500 Subject: [PATCH 1/2] configShlibs.src: fix wildcard expansion error --- cde/admin/In