diff --git a/bash/bashrc/rbashrc b/bash/bashrc/rbashrc index c7df346..3ebb797 100644 --- a/bash/bashrc/rbashrc +++ b/bash/bashrc/rbashrc @@ -4,7 +4,7 @@ case $- in *) return;; esac -__SCRIPT=$( pwd )$BASH_SOURCE +__SCRIPT=$( pwd )/$BASH_SOURCE # Source global definitions if [ -f /etc/bashrc ]; then