Suppress Perl warning

This commit is contained in:
Igor Pečovnik 2016-01-11 15:54:15 +01:00
parent 565c4d41e1
commit ac0e445cd6

View file

@ -51,7 +51,7 @@ install_board_specific (){
if [[ $BOARD == "odroidxu4" ]] ; then
echo "blacklist ina231_sensor" > $DEST/cache/sdcard/etc/modprobe.d/blacklist-odroid.conf
chroot $DEST/cache/sdcard /bin/bash -c "apt-get -y -qq remove lirc"
chroot $DEST/cache/sdcard /bin/bash -c "apt-get -y -qq remove lirc >/dev/null 2>&1"
fi