From 51f8e9063ff8d20ead58076a9260f7964b187af6 Mon Sep 17 00:00:00 2001 From: "Wayne E. Seguin" Date: Wed, 1 Sep 2010 14:31:36 -0400 Subject: [PATCH] Removed scripts/manpages, turns out that manpath finds it based on PATH, reduced complexity yay!!! --- scripts/manpages | 8 -------- scripts/rvm | 1 - 2 files changed, 9 deletions(-) delete mode 100755 scripts/manpages diff --git a/scripts/manpages b/scripts/manpages deleted file mode 100755 index 24aafe40bb..0000000000 --- a/scripts/manpages +++ /dev/null @@ -1,8 +0,0 @@ -#!/usr/bin/env bash - -source "$rvm_scripts_path/initialize" - -# Take if a semicolon is encountered at the end of the -# manpath env variable, man also processes the usual, -# generated manpaths as well as the variable contents. -#export MANPATH="${MANPATH}:${rvm_man_path}" diff --git a/scripts/rvm b/scripts/rvm index 44b68fec6f..1fe2ed65c6 100755 --- a/scripts/rvm +++ b/scripts/rvm @@ -60,7 +60,6 @@ if [[ "$rvm_loaded_flag" != "1" ]] || [[ "$rvm_reload_flag" = "1" ]] ; then source "$rvm_scripts_path/version" source "$rvm_scripts_path/selector" source "$rvm_scripts_path/cli" - #source "$rvm_scripts_path/manpages" source "$rvm_scripts_path/cd" source "$rvm_scripts_path/override_gem"