Merge branch 'no_extra_output_from_machine_explorer' of https://github.com/contradict/cdist

This commit is contained in:
Nico Schottelius 2013-01-15 09:10:32 +01:00
commit 474d4f7cb0
1 changed files with 1 additions and 1 deletions

View File

@ -22,6 +22,6 @@
#
#
if command -v uname; then
if command -v uname 2>&1 >/dev/null; then
uname -m
fi