aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Vazgenovich Shakaryan <dvshakaryan@gmail.com>2014-06-14 22:28:17 -0700
committerDavid Vazgenovich Shakaryan <dvshakaryan@gmail.com>2014-06-14 22:28:17 -0700
commitf8c18decf482f9ae06055ee6d19539848b484e31 (patch)
treea07ab63707fdeab81b7c6148219c763bd8c65978
parent03f16084ba254b4025db4e928c37d158ba427f21 (diff)
downloadrbpm-f8c18decf482f9ae06055ee6d19539848b484e31.tar.gz
rbpm-f8c18decf482f9ae06055ee6d19539848b484e31.tar.xz
No need to initialise array.
-rwxr-xr-xrpath.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/rpath.sh b/rpath.sh
index c470bff..468df59 100755
--- a/rpath.sh
+++ b/rpath.sh
@@ -81,7 +81,7 @@ _set() {
}
_clear() {
- local dir dirs cdirs=() succeed=false
+ local dir dirs cdirs succeed=false
IFS=':' read -a dirs <<< "${PATH}"