blob: 80fd3b96138ac56ad2cfeb2c50a53a24fcde8a59 [file] [log] [blame]
#!/bin/bash
if [ -f BUILD_LABEL ]; then
TMP=`cat BUILD_LABEL`
fi
echo -e "-\c"
if [ x"$TMP" != x"" ]; then
echo -e "$TMP\c"
else
echo -e "devel\c"
fi