From: Silvio Rhatto Date: Thu, 24 Oct 2013 23:15:16 +0000 (-0200) Subject: FIXME moved to #26 X-Git-Tag: 0.2.7~38 X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=42e81a0d15be5c62913c51f16986c5ea8fc92c70;p=keyringer.git FIXME moved to #26 --- 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[@]} )