Skip to content

Instantly share code, notes, and snippets.

View czi's full-sized avatar

Cory Zito czi

  • Milwaukee, WI
View GitHub Profile
@czi
czi / perlbrew-centos-manpath-q.patch
Created August 25, 2012 02:31
perlbrew bashrc centos manpath fix (-q not valid)
*** bashrc.orig 2012-08-24 21:19:36.492160130 -0500
--- bashrc 2012-08-24 21:28:29.826663945 -0500
***************
*** 16,22 ****
--- 16,28 ----
}
__perlbrew_set_path () {
+ if [[ -f /etc/centos-release ]] || [[ $(grep CentOS /etc/redhat-release) ]];
+ then