nixos-option: prune backtick from output

It doesn't work good with double-click selection in terminal (it gets into selection buffer of some terminals)
This commit is contained in:
Danylo Hlynskyi 2019-01-24 02:37:29 +02:00 committed by GitHub
parent 76cc15a364
commit a866551226
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -320,7 +320,7 @@ else
escapeQuotes () { eval echo "$1"; }
nixMap escapeQuotes "$names"
else
echo 1>&2 "An error occurred while looking for attribute names. Are you sure that \`$option' exists?"
echo 1>&2 "An error occurred while looking for attribute names. Are you sure that '$option' exists?"
fi
fi