Revision e8753da840dd2430ed9d38e84d978ea7347b66de authored by Gautier Hattenberger on 26 May 2012, 06:43:23 UTC, committed by Gautier Hattenberger on 26 May 2012, 06:43:23 UTC
removed some attributes of element OVAL that were defined twice
2 parent s 6abd908 + 9d875f3
Raw File
pprz_src_test.sh
#! /bin/sh
if test -z "$PAPARAZZI_SRC"; then
    PAPARAZZI_SRC=/usr/share/paparazzi
    PAPARAZZI_BIN=$PAPARAZZI_SRC/bin
else
    PAPARAZZI_BIN=$PAPARAZZI_SRC/sw/tools
fi
back to top