summaryrefslogtreecommitdiff
path: root/nuttx/tools
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2011-08-28 12:32:14 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2011-08-28 12:32:14 +0000
commitd65957d369dfa895eda4b20ba24a168c7ce6dd4b (patch)
tree729c641d771a16228ebd5e2757dca8340730cb41 /nuttx/tools
parent021fe70054d93cf21e99cd7ffeaa10054f2bdac6 (diff)
downloadpx4-nuttx-d65957d369dfa895eda4b20ba24a168c7ce6dd4b.tar.gz
px4-nuttx-d65957d369dfa895eda4b20ba24a168c7ce6dd4b.tar.bz2
px4-nuttx-d65957d369dfa895eda4b20ba24a168c7ce6dd4b.zip
More fixe for FreeBSD build
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3919 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/tools')
-rwxr-xr-xnuttx/tools/configure.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/nuttx/tools/configure.sh b/nuttx/tools/configure.sh
index 0103716a0..1174534fe 100755
--- a/nuttx/tools/configure.sh
+++ b/nuttx/tools/configure.sh
@@ -123,7 +123,7 @@ if [ -z "${appdir}" ]; then
unset CONFIG_VERSION_STRING
if [ -x "${TOPDIR}/.version" ]; then
- source "${TOPDIR}/.version"
+ . "${TOPDIR}/.version"
fi
# Check for an unversioned apps/ directory