mirror of
https://github.com/tiagovignatti/intel-gpu-tools.git
synced 2025-06-13 02:46:23 +00:00
tests/debugfs_reader: fight bashism
debian's dash doesn't like this. Signed-Off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
This commit is contained in:
parent
cc85c4efb7
commit
efd3a5d0b5
@ -22,6 +22,6 @@ if [ $i915_path = "x" ] ; then
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
# read everything we can
|
# read everything we can
|
||||||
cat $i915_path/* >& /dev/null
|
cat $i915_path/* > /dev/null 2>&1
|
||||||
|
|
||||||
exit 0
|
exit 0
|
||||||
|
Loading…
x
Reference in New Issue
Block a user