# HG changeset patch # User HackEso # Date 1573767639 0 # Node ID d7b106f7062c93485fc66f0542a0e1d3d1b897bf # Parent f653293dec28e2c8405b075dcc86046b35bc3a15 `` /bin/sed -i \'s%share%"${HACKENV-/hackenv}"/share%\' bin/recipe diff -r f653293dec28 -r d7b106f7062c bin/recipe --- a/bin/recipe Thu Nov 14 16:24:52 2019 +0000 +++ b/bin/recipe Thu Nov 14 21:40:39 2019 +0000 @@ -1,2 +1,2 @@ #!/bin/sh -exec perl -e 'local$/=\999;seek STDIN,rand((-s STDIN)-299),0 or die;print=~y/ \t/ /sr;' < share/recipe/recipes.txt +exec perl -e 'local$/=\999;seek STDIN,rand((-s STDIN)-299),0 or die;print=~y/ \t/ /sr;' < "${HACKENV-/hackenv}"/share/recipe/recipes.txt