aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2013-10-24 21:15:16 -0200
committerSilvio Rhatto <rhatto@riseup.net>2013-10-24 21:15:16 -0200
commit42e81a0d15be5c62913c51f16986c5ea8fc92c70 (patch)
tree13b791f6b4e6dd3fcf35fa08cc3c89af16f0e292
parent47eb829ca054682f7ee16b07d8c6e2b0221f9397 (diff)
downloadkeyringer-42e81a0d15be5c62913c51f16986c5ea8fc92c70.tar.gz
keyringer-42e81a0d15be5c62913c51f16986c5ea8fc92c70.tar.bz2
FIXME moved to #26
-rwxr-xr-xlib/keyringer/actions/append3
1 files changed, 0 insertions, 3 deletions
diff --git a/lib/keyringer/actions/append b/lib/keyringer/actions/append
index 30c2d5b..e945bff 100755
--- a/lib/keyringer/actions/append
+++ b/lib/keyringer/actions/append
@@ -21,9 +21,6 @@ if [ "$BASENAME" == "append" ]; then
printf "Now please write the content to be appended on %s, finnishing with Ctrl-D:\n" "$FILE"
fi
-# FIXME: dkg doesn't know how to check that this does proper escaping
-# (2010-11-16)
-
APPEND=($(cat -))
NEW=( ${CONTENT[@]} ${APPEND[@]} )