Your IP : 216.73.216.74


Current Path : /usr/local/rvm/src/rvm/rvm-test-rvm1/
Upload File :
Current File : //usr/local/rvm/src/rvm/rvm-test-rvm1/array_comment_test.sh

source "$rvm_path/scripts/rvm"

: __rvm_remove_from_array
arr=( working on a problem or problem/test and not other/problem )
__rvm_remove_from_array arr "*problem*" "${arr[@]}" # env[arr][]=6; env[arr][]!=/problem/
arr=( working on a problem or problem/test and not other/problem )
__rvm_remove_from_array arr "problem*" "${arr[@]}" # env[arr][]=7

: add/remove
__rvm_remove_from_path /test-bin    # env[PATH]!=//test-bin/