aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLAN-TW <lantw44@gmail.com>2012-01-15 19:44:19 +0800
committerLAN-TW <lantw44@gmail.com>2012-01-15 19:44:19 +0800
commitbb207f6593bd9160521d03fce713063da80f64db (patch)
tree21b25f12e3c5d0a4934a85e0aadb2a2137d83e6c
parentd6791512c735864cf421d853c766e789ded7ff12 (diff)
downloadconfigfile-bb207f6593bd9160521d03fce713063da80f64db.tar.gz
configfile-bb207f6593bd9160521d03fce713063da80f64db.tar.zst
configfile-bb207f6593bd9160521d03fce713063da80f64db.zip
bash_include: 避免對 PATH 不正確的更改bash_include-20120115
-rw-r--r--bash_include1
1 files changed, 0 insertions, 1 deletions
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" ]