about summary refs log tree commit diff
path: root/xetcchanges
diff options
context:
space:
mode:
Diffstat (limited to 'xetcchanges')
-rwxr-xr-xxetcchanges2
1 files changed, 1 insertions, 1 deletions
diff --git a/xetcchanges b/xetcchanges
index f3e4935..070f8d9 100755
--- a/xetcchanges
+++ b/xetcchanges
@@ -1,7 +1,7 @@
 #!/bin/sh
 # xetcchanges - show diff of /etc against binary packages
 
-xbps-query -o '/etc/*' |
+xbps-query -o ${1:-/etc/*} |
 	awk 'function q(a) { gsub("\\47", "\47\\\47\47", a); return "\47"a"\47" }
 	{
 		sub(" \\([^)]*\\)$", "")