Revision e14281031e85bea16e928cec6cefc3431ceab044 authored by Christophe De Wagter on 08 October 2012, 14:14:18 UTC, committed by Christophe De Wagter on 08 October 2012, 14:14:18 UTC
1 parent 02a53a5
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