We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5dce50d commit 45bee20Copy full SHA for 45bee20
sysroot/sysroot-creator.sh
@@ -20,7 +20,6 @@
20
21
set -o nounset
22
set -o errexit
23
-set -x
24
25
SCRIPT_DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
26
@@ -461,7 +460,6 @@ CleanupJailSymlinks() {
461
460
libdirs="${libdirs} lib64"
462
fi
463
find $libdirs -type l -printf '%p %l\n' | while read link target; do
464
- echo "Processing link ${link} -> ${target}"
465
# skip links with non-absolute paths
466
echo "${target}" | grep -qs ^/ || continue
467
echo "${link}: ${target}"
0 commit comments