lol
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Don't hardcode shell, use $SHELL instead

+1 -1
+1 -1
pkgs/build-support/setup-hooks/scatter_output.sh
··· 38 38 rm -r $f 39 39 rmdir --ignore-fail-on-non-empty $(dirname $f) 40 40 done 41 - find ${!o} -type f -exec /bin/sh -c 'patchelf --set-rpath $(patchelf --print-rpath {} 2>/dev/null):'${!o}'/lib {} 2>/dev/null && patchelf --shrink-rpath {}' \; 41 + find ${!o} -type f -exec $SHELL -c 'patchelf --set-rpath $(patchelf --print-rpath {} 2>/dev/null):'${!o}'/lib {} 2>/dev/null && patchelf --shrink-rpath {}' \; 42 42 done 43 43 eval $save_nullglob 44 44 }