From: Silvio Rhatto Date: Thu, 20 Feb 2014 16:47:50 +0000 (-0300) Subject: Fixed secret paths at mv action X-Git-Tag: 0.3.1~27 X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=324dc0c1433413f739bd64ed7eda0207658bc84f;p=keyringer.git Fixed secret paths at mv action --- diff --git a/ChangeLog b/ChangeLog index 67b0407..b753bc7 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,8 +1,10 @@ 2014-02-20 - Silvio Rhatto + Fixed secret paths at mv action + Do not use RELATIVE_PATH on git action - Fix test output at xclip action + Fixed test output at xclip action 2014-02-20 - 0.3 - Silvio Rhatto diff --git a/lib/keyringer/actions/mv b/lib/keyringer/actions/mv index aaf6772..daac7b0 100755 --- a/lib/keyringer/actions/mv +++ b/lib/keyringer/actions/mv @@ -25,4 +25,4 @@ if ! echo "$ORIG" | grep -q '*' && [ ! -e "$KEYDIR/$RELATIVE_PATH/$ORIG" ]; then fi # Run move command -keyringer_exec git "$BASEDIR" mv $ORIG $FILE +keyringer_exec git "$BASEDIR" mv "keys/$RELATIVE_PATH/$ORIG" "keys/$FILE"