PATH is special!
This commit is contained in:
parent
fdeee997a4
commit
7aa30c9825
@ -153,13 +153,13 @@ export EDITOR=vim
|
|||||||
echo "Source:"
|
echo "Source:"
|
||||||
function __ns {
|
function __ns {
|
||||||
if [ -z "$2" ]; then
|
if [ -z "$2" ]; then
|
||||||
PATH="sources/$1"
|
FPATH="sources/$1"
|
||||||
else
|
else
|
||||||
PATH=$1
|
FPATH=$1
|
||||||
fi
|
fi
|
||||||
|
|
||||||
echo " $1"
|
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
|
shift
|
||||||
TMPFILE=/tmp/$( cat /proc/sys/kernel/random/uuid )
|
TMPFILE=/tmp/$( cat /proc/sys/kernel/random/uuid )
|
||||||
__cryptd "$__CFILE" "$TMPFILE"
|
__cryptd "$__CFILE" "$TMPFILE"
|
||||||
|
Loading…
Reference in New Issue
Block a user