Created
June 30, 2011 16:44
-
-
Save issm/1056631 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
--- /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