Skip to content

Commit db370e2

Browse files
authored
unbreak prod
1 parent aa47169 commit db370e2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

useful-tools/quick-sharun.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1902,7 +1902,7 @@ for b in $(find "$APPDIR"/shared/lib/ -type f ! -name '*.so*'); do
19021902
done
19031903

19041904
# do the same for possible nested binaries in bin
1905-
for b in $(find "$APPDIR"/bin/*/ -type f ! -name '*.so*')
1905+
for b in $(find "$APPDIR"/bin/*/ -type f ! -name '*.so*'); do
19061906
if [ -x "$b" ] && [ -x "$APPDIR"/shared/bin/"${b##*/}" ]; then
19071907
rm -f "$b"
19081908
ln "$APPDIR"/sharun "$b"

0 commit comments

Comments
 (0)