Skip to content

Commit

Permalink
osv-utils-xlab: add cat and echo binary
Browse files Browse the repository at this point in the history
Change-Id: Ic936d9e217aed1cf30074114743dfaabef9e7dc2
Signed-off-by: Justin Cinkelj <justin.cinkelj@xlab.si>
  • Loading branch information
justinc1 committed Nov 8, 2017
1 parent 90e593a commit a2ba1c1
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions osv-utils-xlab/GET
Expand Up @@ -3,7 +3,7 @@
# exit on error
set -e

VERSION='98d9964134334e2e6f15ac2fe6d4c20980d7d44a'
VERSION='bf4a4c8ae9eab0801a32316a40ef63b8a2247ae3'
BASEDIR="$PWD"
SRCDIR="$BASEDIR/osv-utils-xlab"

Expand All @@ -21,7 +21,9 @@ fi

# Generate usr.manifest
cat <<EOF >"$BASEDIR/usr.manifest"
/usr/bin/cd.so: ${SRCDIR}/cd.so
/usr/bin/cd.so: ${SRCDIR}/cd.so
/usr/bin/sleep.so: ${SRCDIR}/sleep.so
/usr/bin/cat.so: ${SRCDIR}/cat.so
/usr/bin/echo.so: ${SRCDIR}/echo.so
EOF

0 comments on commit a2ba1c1

Please sign in to comment.