Skip to content

Instantly share code, notes, and snippets.

@issm
Created June 30, 2011 16:44
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save issm/1056631 to your computer and use it in GitHub Desktop.
Save issm/1056631 to your computer and use it in GitHub Desktop.
--- /home/issm/perl5/perlbrew/etc/bashrc.orig 2011-07-01 01:38:42.980862704 +0900
+++ /home/issm/perl5/perlbrew/etc/bashrc 2011-07-01 01:38:56.810831503 +0900
@@ -3,7 +3,7 @@
fi
if [[ -f $PERLBREW_HOME/init ]]; then
- . $PERLBREW_HOME/init
+ \. $PERLBREW_HOME/init
fi
__perlbrew_reinit () {
@@ -13,7 +13,7 @@
echo '# DO NOT EDIT THIS FILE' >| $PERLBREW_HOME/init
command perlbrew env $1 >> $PERLBREW_HOME/init
- . $PERLBREW_HOME/init
+ \. $PERLBREW_HOME/init
__perlbrew_set_path
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment