# HG changeset patch # User HackEso # Date 1573945823 0 # Node ID f64c09e35116bee91eef40ba8b251d341d9b2a33 # Parent ee30d51e855a58b8845248f3bcc896ea37a09dfd sled /hackenv/bin/qc//s|quotes|${HACKENV-/hackenv}/quotes| diff -r ee30d51e855a -r f64c09e35116 bin/qc --- a/bin/qc Sat Nov 16 23:09:43 2019 +0000 +++ b/bin/qc Sat Nov 16 23:10:23 2019 +0000 @@ -1,2 +1,2 @@ #!/bin/sh -wc -l quotes +wc -l ${HACKENV-/hackenv}/quotes