Skip to content

Commit

Permalink
nixos-option: don't eval description
Browse files Browse the repository at this point in the history
  • Loading branch information
Ma27 authored and nbp committed Nov 14, 2017
1 parent f3811ad commit 20a5e9d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nixos/modules/installer/tools/nixos-option.sh
Expand Up @@ -291,7 +291,7 @@ if test "$(evalOpt "_type" 2> /dev/null)" = '"option"'; then
fi
echo "Description:"
echo
eval printf $(evalOpt "description")
echo $(evalOpt "description")

echo $desc;

Expand Down

0 comments on commit 20a5e9d

Please sign in to comment.