diff options
author | Christian Neukirchen <chneukirchen@gmail.com> | 2014-09-15 02:08:52 +0200 |
---|---|---|
committer | Christian Neukirchen <chneukirchen@gmail.com> | 2014-09-15 02:08:52 +0200 |
commit | 8909ba361996a50e2f0504c39ae67666a57e8457 (patch) | |
tree | 73f3468b7b0194abc5c64b50bf30707c33776bfd | |
parent | 20a3f7b74c1fc8736de0eb459e9d1f2be005c15d (diff) | |
download | xtools-8909ba361996a50e2f0504c39ae67666a57e8457.tar.gz xtools-8909ba361996a50e2f0504c39ae67666a57e8457.tar.xz xtools-8909ba361996a50e2f0504c39ae67666a57e8457.zip |
xlog: use xdistdir
-rwxr-xr-x | xlog | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/xlog b/xlog index b6bf889..de94eee 100755 --- a/xlog +++ b/xlog @@ -1,5 +1,5 @@ #!/bin/sh # xlog PKG - open commit log for XBPS template -cd ~/xbps-packages/srcpkgs +cd $(xdistdir)/srcpkgs git log -p "$@" |