fix typos in __debconf_set_selections

Signed-off-by: Nico Schottelius <nico@bento.schottelius.org>
remotes/origin/3.0
Nico Schottelius 11 years ago
parent 16d51b3cf1
commit 228ed4dbd2
  1. 4
      cdist/conf/type/__debconf_set_selections/gencode-remote

@ -21,12 +21,12 @@
# Setup selections
#
filename"$(cat "$__object/parameter/file")"
filename="$(cat "$__object/parameter/file")"
if [ "$filename" = "-" ]; then
filename="$__object/stdin"
fi
echo "debconf-set-selections << __file-eof"
cat "$(cat "$filename")"
cat "$filename"
echo "__file-eof"

Loading…
Cancel
Save