commit 7aa30c9825fd82dd56ab37de60d282aa6cc4304f
| author | 斟酌 鵬兄 <tgckpg@gmail.com> |
| date | 2015-03-23T08:02:13Z |
| subject | PATH is special! |
commit 7aa30c9825fd82dd56ab37de60d282aa6cc4304f
Author: 斟酌 鵬兄 <tgckpg@gmail.com>
Date: 2015-03-23T08:02:13Z
PATH is special!
---
bash/bashrc/rbashrc | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/bash/bashrc/rbashrc b/bash/bashrc/rbashrc
index e8d0da7..5635e59 100644
--- a/bash/bashrc/rbashrc
+++ b/bash/bashrc/rbashrc
@@ -153,13 +153,13 @@ export EDITOR=vim
echo "Source:"
function __ns {
if [ -z "$2" ]; then
- PATH="sources/$1"
+ FPATH="sources/$1"
else
- PATH=$1
+ FPATH=$1
fi
echo " $1"
- __cacheDownload "http://git.astropenguin.net/?p=utils.git;a=blob_plain;f=bash/bashrc/$PATH;hb=HEAD"
+ __cacheDownload "http://git.astropenguin.net/?p=utils.git;a=blob_plain;f=bash/bashrc/$FPATH;hb=HEAD"
shift
TMPFILE=/tmp/$( cat /proc/sys/kernel/random/uuid )
__cryptd "$__CFILE" "$TMPFILE"