about summary refs log tree commit diff
path: root/xlint
diff options
context:
space:
mode:
authorÉrico Rolim <erico.erc@gmail.com>2020-07-26 00:22:22 -0300
committerLeah Neukirchen <leah@vuxu.org>2020-07-26 17:50:15 +0200
commit421079cf380927a074457771a41b6e17da2ad2e5 (patch)
treef256f3211877eb0d0ed06be8c030d07bc7b93abd /xlint
parent8f1f1fee5e85361f7400e535d83dfd2c2d229d4d (diff)
downloadxtools-421079cf380927a074457771a41b6e17da2ad2e5.tar.gz
xtools-421079cf380927a074457771a41b6e17da2ad2e5.tar.xz
xtools-421079cf380927a074457771a41b6e17da2ad2e5.zip
xdbg,xi,xlint,xls,xq,xrs: redirect xdistdir stderr to /dev/null. v0.61
These commands were outputting error messages from xdistdir when outside
a void-packages folder, even though the command is supposed to fail silently.

Closes: #190 [via git-merge-pr]
Diffstat (limited to 'xlint')
-rwxr-xr-xxlint2
1 files changed, 1 insertions, 1 deletions
diff --git a/xlint b/xlint
index 788976e..f72a8cb 100755
--- a/xlint
+++ b/xlint
@@ -247,7 +247,7 @@ wrksrc
 xml_catalogs
 xml_entries" | tr '\n' '|')
 
-void_packages="$(xdistdir)/"
+void_packages="$(xdistdir 2>/dev/null)/"
 ret=0
 for argument; do
 	template=