From bb207f6593bd9160521d03fce713063da80f64db Mon Sep 17 00:00:00 2001 From: LAN-TW Date: Sun, 15 Jan 2012 19:44:19 +0800 Subject: bash_include: 避免對 PATH 不正確的更改 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- bash_include | 1 - 1 file changed, 1 deletion(-) diff --git a/bash_include b/bash_include index 3d22743..e3d15f8 100644 --- a/bash_include +++ b/bash_include @@ -680,7 +680,6 @@ function path_editor_core () else current_path="$PATH" fi - current_path="$PATH" ;; Q|q) if [ "$1" = "ld" ] -- cgit