about summary refs log tree commit diff
path: root/xlog
diff options
context:
space:
mode:
authorChristian Neukirchen <chneukirchen@gmail.com>2014-09-15 02:08:52 +0200
committerChristian Neukirchen <chneukirchen@gmail.com>2014-09-15 02:08:52 +0200
commit8909ba361996a50e2f0504c39ae67666a57e8457 (patch)
tree73f3468b7b0194abc5c64b50bf30707c33776bfd /xlog
parent20a3f7b74c1fc8736de0eb459e9d1f2be005c15d (diff)
downloadxtools-8909ba361996a50e2f0504c39ae67666a57e8457.tar.gz
xtools-8909ba361996a50e2f0504c39ae67666a57e8457.tar.xz
xtools-8909ba361996a50e2f0504c39ae67666a57e8457.zip
xlog: use xdistdir
Diffstat (limited to 'xlog')
-rwxr-xr-xxlog2
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 "$@"