blob: 37519d6bec6bbd0b7eeabce042121128a427db83 (
plain)
1
2
3
4
5
|
#!/bin/bash
# added 2015-10-30 by singh.janmejay
# This file is part of the rsyslog project, released under ASL 2.0
export USE_VALGRIND="YES"
source ${srcdir:-.}/sparse_array_lookup_table.sh
|