summarylogtreecommitdiffstats
path: root/autorebuild-dgrp.sh
diff options
context:
space:
mode:
Diffstat (limited to 'autorebuild-dgrp.sh')
-rwxr-xr-xautorebuild-dgrp.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/autorebuild-dgrp.sh b/autorebuild-dgrp.sh
index 50ee4913fa59..60b9c4316776 100755
--- a/autorebuild-dgrp.sh
+++ b/autorebuild-dgrp.sh
@@ -21,8 +21,8 @@
# must be added to the wheel group (usermod -G).
# for install_group in `groups`; do
-# if [ "$install_group" = "wheel" ]; then
-# find ~/build -type f -perm /400 -name "autorebuild-*.sh" -exec sh '{}' ';'
+# if [ "${install_group}" = 'wheel' ]; then
+# find ~/build -maxdepth 2 -type f -perm /400 -name 'autorebuild-*.sh' -exec sh '{}' ';'
# break
# fi
# done