aboutsummaryrefslogtreecommitdiffstats
path: root/recipes-core/udev/udev-165/bug/bmi_eventpipe.sh
blob: acbae5611849bea08be59ffcf7f9518b8b10a649 (plain)
1
2
3
4
5
6
7
8
#!/bin/sh
#
# This script passes BMI state variables to the running JVM.
#
if [ ${BMIBUS_PRODUCT} != "" ] && [ ${BMIBUS_SLOT} != "" ] && [ ${ACTION} != "" ];
then                                                                            
        echo $BMIBUS_PRODUCT 0 $BMIBUS_SLOT $ACTION > /tmp/eventpipe            
fi