Sign in
apache
/
jena
/
jena2
/
.
/
jena-arq
/
bin2
/
update
blob: 1c9e055c61130a8cde97de8f7436a6cf1e328da9 [
file
] [
log
] [
blame
]
#!/bin/sh
## Licensed under the terms of http://www.apache.org/licenses/LICENSE-2.0
if
[
"$ARQROOT"
=
""
]
then
echo
"ARQROOT not set"
1
>&
2
exit
1
fi
ARQ_CMD
=
$
(
basename $0
)
exec
"${ARQROOT}/bin/${ARQ_CMD}"
"$@"