File: ecosconfig-wrapper

package info (click to toggle)
ecos 2.0-0pre3
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k
  • size: 18,484 kB
  • ctags: 8
  • sloc: makefile: 205; sh: 4
file content (7 lines) | stat: -rw-r--r-- 132 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
#!/bin/sh

if [ -z "$ECOS_REPOSITORY" ]; then
  export ECOS_REPOSITORY=/usr/src/ecos/packages
fi

exec /usr/bin/ecosconfig-bin "$@"