Sha256: 55defb188c85df255d2b6ab9cbeffb7ad0f66030908cf76f91b1d990f3da0c88
Contents?: true
Size: 351 Bytes
Versions: 44
Compression:
Stored size: 351 Bytes
Contents
#!/bin/sh # # Fix permissions that Git and our standard umask tend to stomp. if [ "`whoami`" == "root" ];then scriptpath="`dirname $0`" library=1 # XXX dumbly depend on this old shell lib # XXX dumbly assume we're in Mu's LIBDIR in .git/hooks source "$scriptpath/../../install/deprecated-bash-library.sh" set_permissions "skip_rubies" fi
Version data entries
44 entries across 44 versions & 1 rubygems