Update plugins bugfix

travis_install_tmux_from_source
Bruno Sutic 8 years ago
parent 44f9dd2719
commit 3347871a03
No known key found for this signature in database
GPG Key ID: 66D96E4F2F7EF26C
  1. 2
      scripts/shared_functions.sh
  2. 2
      scripts/update_plugin_prompt_handler.sh

@ -38,7 +38,7 @@ shared_plugin_name() {
}
shared_plugin_path() {
local plugin=$1
local plugin="$1"
local plugin_name="$(shared_plugin_name "$plugin")"
echo "${SHARED_TPM_PATH}${plugin_name}/"
}

@ -2,7 +2,7 @@
CURRENT_DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
if [ $# -eq 0]; then
if [ $# -eq 0 ]; then
exit 0
fi

Loading…
Cancel
Save