changeset 12121:3d6b560fc682 draft

<fizzie> sled /hackenv/bin/whoq//s|quotes|${HACKENV-/hackenv}/quotes|
author HackEso <hackeso@esolangs.org>
date Sat, 16 Nov 2019 23:13:49 +0000
parents 4db5a8cfee37
children 559a33a31648
files bin/whoq
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/bin/whoq	Sat Nov 16 23:13:07 2019 +0000
+++ b/bin/whoq	Sat Nov 16 23:13:49 2019 +0000
@@ -1,5 +1,5 @@
 if [[ "$1" =~ ^[0-9]+$ ]]; then
-  rev="$(hg blame quotes | sed "$1{s/^ *//;s/:.*//;q};d")"
+  rev="$(hg blame ${HACKENV-/hackenv}/quotes | sed "$1{s/^ *//;s/:.*//;q};d")"
   if [[ -n "$rev" ]]; then
     hg log -r "$rev" -T "{desc}"
   else