Searched refs:SUDO_GID (Results 1 – 1 of 1) sorted by relevance
125 if [ -n "$SUDO_GID" ] ; then126 …nd "$USER_HOME/.debug" -xdev -type d ! -group "$SUDO_GID" -ls -exec chgrp "$SUDO_GID" …127 …nd "$USER_HOME/.debug" -xdev -type f -links 1 ! -group "$SUDO_GID" -ls -exec chgrp "$SUDO_GID" …128 …nd "$USER_HOME/.debug" -xdev -type l ! -group "$SUDO_GID" -ls -exec chgrp -h "$SUDO_GID" …