Newer
Older
orange2022 / src / openslam_gmapping / build_tools / message
#!/bin/sh

#echo "message: verbose = $VERBOSE"

if ($VERBOSE)
then
	exit 0;
fi

a=$MAKELEVEL

while ((0<$a)); do echo -n "    "; let "a = $a - 1";done

echo $1