diff options
Diffstat (limited to 'xetcchanges')
-rwxr-xr-x | xetcchanges | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/xetcchanges b/xetcchanges index 070f8d9..bf9899b 100755 --- a/xetcchanges +++ b/xetcchanges @@ -1,7 +1,7 @@ #!/bin/sh # xetcchanges - show diff of /etc against binary packages -xbps-query -o ${1:-/etc/*} | +xbps-query -o ${1:-"/etc/*"} | awk 'function q(a) { gsub("\\47", "\47\\\47\47", a); return "\47"a"\47" } { sub(" \\([^)]*\\)$", "") |