mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-08-11 18:48:14 +00:00
tools: $valgrind --> "$valgrind"
String cmp missing quotes Signed-off-by: Quentin Young <qlyoung@cumulusnetworks.com>
This commit is contained in:
parent
c5221d2f48
commit
61de994bcf
@ -150,11 +150,11 @@ start()
|
||||
return;
|
||||
fi
|
||||
|
||||
if [ $valgrind_enable = "yes" ]; then
|
||||
if [ "$valgrind_enable" = "yes" ]; then
|
||||
${SSD} \
|
||||
--start \
|
||||
--pidfile=`pidfile $1` \
|
||||
--exec $valgrind \
|
||||
--exec "$valgrind" \
|
||||
-- --trace-children=no --leak-check=full --log-file=/var/log/frr/$1-valgrind.log $D_PATH/$1 \
|
||||
`eval echo "$""$1""_options"`
|
||||
else
|
||||
|
Loading…
Reference in New Issue
Block a user