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