From db5c21f3f4ea0fd740680e53dff8cbf6b155f3a7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=96=9F=E9=85=8C=20=E9=B5=AC=E5=85=84?= Date: Thu, 28 Apr 2016 09:58:54 +0800 Subject: [PATCH] Wrong path --- bash/bashrc/rbashrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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