Allow rtems-bsps to be run from any path.

This commit is contained in:
Chris Johns
2018-04-09 14:56:43 +10:00
parent d03ec77d09
commit 1ce7bcb950

View File

@@ -1,6 +1,7 @@
#! /bin/sh
base="c/src/lib/libbsp"
top=$(dirname $0)
base="${top}/c/src/lib/libbsp"
base_e=$(echo ${base} | sed -e 's/\//\\\//g')
last_arch=""