Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
libre
keyringer-macosx
Commits
df97a807
Commit
df97a807
authored
Aug 16, 2014
by
Silvio Rhatto
Browse files
Edit: Unset RELATIVE_PATH before encrypting file
parent
f63b965d
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
2 deletions
+4
-2
ChangeLog
ChangeLog
+2
-0
lib/keyringer/actions/edit
lib/keyringer/actions/edit
+2
-2
No files found.
ChangeLog
View file @
df97a807
2014-08-16 - Silvio Rhatto <rhatto@riseup.net>
Edit: Unset RELATIVE_PATH before encrypting file
New 'cp' action
Reset 'expiry' on keyringer_check_expiration, reported and fixed
...
...
lib/keyringer/actions/edit
View file @
df97a807
...
...
@@ -59,9 +59,9 @@ wait
echo
"Press any key when done using the file and you're sure that
$APPNAME
is closed."
read
-s
-n
1
# Encrypt again
# Encrypt again
. Unset RELATIVE_PATH as it was already used to determine FILE path
export
KEYRINGER_ADD_EXTENSION
=
false
keyringer_exec encrypt
"
$BASEDIR
"
"
$FILE
"
"
$TMPWORK
"
RELATIVE_PATH
=
""
keyringer_exec encrypt
"
$BASEDIR
"
"
$FILE
"
"
$TMPWORK
"
# Check exit status
errcrypt
=
"
$?
"
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment