__debconf_set_selections: cat the file referenced, not the parameter!

Signed-off-by: Nico Schottelius <nico@kr.ethz.ch>
remotes/origin/1.6
Nico Schottelius 14 years ago
parent d75f2d4d29
commit 9610dbf10f
  1. 2
      conf/type/__debconf_set_selections/gencode-remote

@ -22,5 +22,5 @@
#
echo "debconf-set-selections << __file-eof"
cat "$__object/parameter/file"
cat "$(cat "$__object/parameter/file")"
echo "__file-eof"

Loading…
Cancel
Save