changeset 10939:5fdf8c07366b

<oerjan> mkx bin/help//\\? "$(echo "$1" | sed \'s/^[^`]/`&/\')"
author HackBot
date Sun, 21 May 2017 00:45:24 +0000
parents 09d53ad4fd49
children b4b4d39b4e2a
files bin/help
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/bin/help	Sun May 21 00:38:03 2017 +0000
+++ b/bin/help	Sun May 21 00:45:24 2017 +0000
@@ -1,1 +1,1 @@
-\? '`'"$1"
+\? "$(echo "$1" | sed 's/^[^`]/`&/')"