From 42e81a0d15be5c62913c51f16986c5ea8fc92c70 Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Thu, 24 Oct 2013 21:15:16 -0200 Subject: FIXME moved to #26 --- lib/keyringer/actions/append | 3 --- 1 file changed, 3 deletions(-) (limited to 'lib') 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[@]} ) -- cgit v1.2.3