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 aa47169 commit db370e2Copy full SHA for db370e2
useful-tools/quick-sharun.sh
@@ -1902,7 +1902,7 @@ for b in $(find "$APPDIR"/shared/lib/ -type f ! -name '*.so*'); do
1902
done
1903
1904
# do the same for possible nested binaries in bin
1905
-for b in $(find "$APPDIR"/bin/*/ -type f ! -name '*.so*')
+for b in $(find "$APPDIR"/bin/*/ -type f ! -name '*.so*'); do
1906
if [ -x "$b" ] && [ -x "$APPDIR"/shared/bin/"${b##*/}" ]; then
1907
rm -f "$b"
1908
ln "$APPDIR"/sharun "$b"
0 commit comments