We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bc1293b commit e635dacCopy full SHA for e635dac
link-all.sh
@@ -26,7 +26,7 @@ for module in ${modules}; do
26
# according to spec (we look in the bin/ directory instead of the { "scripts"
27
# } entry in package.json but it's quite a bit easier.
28
if [[ -d $module/bin ]]; then
29
- for script in $(find $module/bin -perm /111); do
+ for script in $(find $module/bin -perm +111); do
30
echo "${script} => node_modules/.bin/$(basename $script)"
31
ln -fs ${script} node_modules/.bin
32
done
0 commit comments