forked from mirrors/nixpkgs
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:
parent
76cc15a364
commit
a866551226
|
@ -320,7 +320,7 @@ else
|
||||||
escapeQuotes () { eval echo "$1"; }
|
escapeQuotes () { eval echo "$1"; }
|
||||||
nixMap escapeQuotes "$names"
|
nixMap escapeQuotes "$names"
|
||||||
else
|
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
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue