From: Oleg Broytman Date: Wed, 2 Nov 2016 19:52:23 +0000 (+0300) Subject: pull-usrlocalsrc: add git-remote-hg to PATH X-Git-Url: https://git.phdru.name/?p=git-scripts.git;a=commitdiff_plain;h=8bb709559b23d1da481df679eafe4bc9d078cd42 pull-usrlocalsrc: add git-remote-hg to PATH --- diff --git a/pull-usrlocalsrc b/pull-usrlocalsrc index 04f856d..5ec06a0 100755 --- a/pull-usrlocalsrc +++ b/pull-usrlocalsrc @@ -1,5 +1,7 @@ #! /bin/sh +PATH=/usr/local/src/Python/git-remote-hg:$PATH + prog_dir="`dirname \"$0\"`" && cat "$prog_dir"/locate-all.list | grep -F /usr/local/src |