Skip to content

Commit

Permalink
Regenerate commands
Browse files Browse the repository at this point in the history
  • Loading branch information
afs committed Apr 4, 2017
1 parent 6e27735 commit c90345c
Show file tree
Hide file tree
Showing 32 changed files with 32 additions and 32 deletions.
2 changes: 1 addition & 1 deletion apache-jena/bin/arq
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ resolveLink() {
# BSD style readlink behaves differently to GNU readlink
# Have to manually follow links
while [ -L "$NAME" ]; do
NAME=$(readlink "$NAME")
NAME=$( cd $NAME && pwd -P ) ;
done
;;
*)
Expand Down
2 changes: 1 addition & 1 deletion apache-jena/bin/infer
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ resolveLink() {
# BSD style readlink behaves differently to GNU readlink
# Have to manually follow links
while [ -L "$NAME" ]; do
NAME=$(readlink "$NAME")
NAME=$( cd $NAME && pwd -P ) ;
done
;;
*)
Expand Down
2 changes: 1 addition & 1 deletion apache-jena/bin/iri
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ resolveLink() {
# BSD style readlink behaves differently to GNU readlink
# Have to manually follow links
while [ -L "$NAME" ]; do
NAME=$(readlink "$NAME")
NAME=$( cd $NAME && pwd -P ) ;
done
;;
*)
Expand Down
2 changes: 1 addition & 1 deletion apache-jena/bin/juuid
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ resolveLink() {
# BSD style readlink behaves differently to GNU readlink
# Have to manually follow links
while [ -L "$NAME" ]; do
NAME=$(readlink "$NAME")
NAME=$( cd $NAME && pwd -P ) ;
done
;;
*)
Expand Down
2 changes: 1 addition & 1 deletion apache-jena/bin/nquads
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ resolveLink() {
# BSD style readlink behaves differently to GNU readlink
# Have to manually follow links
while [ -L "$NAME" ]; do
NAME=$(readlink "$NAME")
NAME=$( cd $NAME && pwd -P ) ;
done
;;
*)
Expand Down
2 changes: 1 addition & 1 deletion apache-jena/bin/ntriples
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ resolveLink() {
# BSD style readlink behaves differently to GNU readlink
# Have to manually follow links
while [ -L "$NAME" ]; do
NAME=$(readlink "$NAME")
NAME=$( cd $NAME && pwd -P ) ;
done
;;
*)
Expand Down
2 changes: 1 addition & 1 deletion apache-jena/bin/qparse
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ resolveLink() {
# BSD style readlink behaves differently to GNU readlink
# Have to manually follow links
while [ -L "$NAME" ]; do
NAME=$(readlink "$NAME")
NAME=$( cd $NAME && pwd -P ) ;
done
;;
*)
Expand Down
2 changes: 1 addition & 1 deletion apache-jena/bin/rdfcat
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ resolveLink() {
# BSD style readlink behaves differently to GNU readlink
# Have to manually follow links
while [ -L "$NAME" ]; do
NAME=$(readlink "$NAME")
NAME=$( cd $NAME && pwd -P ) ;
done
;;
*)
Expand Down
2 changes: 1 addition & 1 deletion apache-jena/bin/rdfcompare
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ resolveLink() {
# BSD style readlink behaves differently to GNU readlink
# Have to manually follow links
while [ -L "$NAME" ]; do
NAME=$(readlink "$NAME")
NAME=$( cd $NAME && pwd -P ) ;
done
;;
*)
Expand Down
2 changes: 1 addition & 1 deletion apache-jena/bin/rdfcopy
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ resolveLink() {
# BSD style readlink behaves differently to GNU readlink
# Have to manually follow links
while [ -L "$NAME" ]; do
NAME=$(readlink "$NAME")
NAME=$( cd $NAME && pwd -P ) ;
done
;;
*)
Expand Down
2 changes: 1 addition & 1 deletion apache-jena/bin/rdfdiff
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ resolveLink() {
# BSD style readlink behaves differently to GNU readlink
# Have to manually follow links
while [ -L "$NAME" ]; do
NAME=$(readlink "$NAME")
NAME=$( cd $NAME && pwd -P ) ;
done
;;
*)
Expand Down
2 changes: 1 addition & 1 deletion apache-jena/bin/rdfparse
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ resolveLink() {
# BSD style readlink behaves differently to GNU readlink
# Have to manually follow links
while [ -L "$NAME" ]; do
NAME=$(readlink "$NAME")
NAME=$( cd $NAME && pwd -P ) ;
done
;;
*)
Expand Down
2 changes: 1 addition & 1 deletion apache-jena/bin/rdfxml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ resolveLink() {
# BSD style readlink behaves differently to GNU readlink
# Have to manually follow links
while [ -L "$NAME" ]; do
NAME=$(readlink "$NAME")
NAME=$( cd $NAME && pwd -P ) ;
done
;;
*)
Expand Down
2 changes: 1 addition & 1 deletion apache-jena/bin/riot
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ resolveLink() {
# BSD style readlink behaves differently to GNU readlink
# Have to manually follow links
while [ -L "$NAME" ]; do
NAME=$(readlink "$NAME")
NAME=$( cd $NAME && pwd -P ) ;
done
;;
*)
Expand Down
2 changes: 1 addition & 1 deletion apache-jena/bin/rset
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ resolveLink() {
# BSD style readlink behaves differently to GNU readlink
# Have to manually follow links
while [ -L "$NAME" ]; do
NAME=$(readlink "$NAME")
NAME=$( cd $NAME && pwd -P ) ;
done
;;
*)
Expand Down
2 changes: 1 addition & 1 deletion apache-jena/bin/rsparql
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ resolveLink() {
# BSD style readlink behaves differently to GNU readlink
# Have to manually follow links
while [ -L "$NAME" ]; do
NAME=$(readlink "$NAME")
NAME=$( cd $NAME && pwd -P ) ;
done
;;
*)
Expand Down
2 changes: 1 addition & 1 deletion apache-jena/bin/rupdate
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ resolveLink() {
# BSD style readlink behaves differently to GNU readlink
# Have to manually follow links
while [ -L "$NAME" ]; do
NAME=$(readlink "$NAME")
NAME=$( cd $NAME && pwd -P ) ;
done
;;
*)
Expand Down
2 changes: 1 addition & 1 deletion apache-jena/bin/schemagen
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ resolveLink() {
# BSD style readlink behaves differently to GNU readlink
# Have to manually follow links
while [ -L "$NAME" ]; do
NAME=$(readlink "$NAME")
NAME=$( cd $NAME && pwd -P ) ;
done
;;
*)
Expand Down
2 changes: 1 addition & 1 deletion apache-jena/bin/tdbbackup
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ resolveLink() {
# BSD style readlink behaves differently to GNU readlink
# Have to manually follow links
while [ -L "$NAME" ]; do
NAME=$(readlink "$NAME")
NAME=$( cd $NAME && pwd -P ) ;
done
;;
*)
Expand Down
2 changes: 1 addition & 1 deletion apache-jena/bin/tdbdump
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ resolveLink() {
# BSD style readlink behaves differently to GNU readlink
# Have to manually follow links
while [ -L "$NAME" ]; do
NAME=$(readlink "$NAME")
NAME=$( cd $NAME && pwd -P ) ;
done
;;
*)
Expand Down
2 changes: 1 addition & 1 deletion apache-jena/bin/tdbloader
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ resolveLink() {
# BSD style readlink behaves differently to GNU readlink
# Have to manually follow links
while [ -L "$NAME" ]; do
NAME=$(readlink "$NAME")
NAME=$( cd $NAME && pwd -P ) ;
done
;;
*)
Expand Down
2 changes: 1 addition & 1 deletion apache-jena/bin/tdbquery
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ resolveLink() {
# BSD style readlink behaves differently to GNU readlink
# Have to manually follow links
while [ -L "$NAME" ]; do
NAME=$(readlink "$NAME")
NAME=$( cd $NAME && pwd -P ) ;
done
;;
*)
Expand Down
2 changes: 1 addition & 1 deletion apache-jena/bin/tdbstats
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ resolveLink() {
# BSD style readlink behaves differently to GNU readlink
# Have to manually follow links
while [ -L "$NAME" ]; do
NAME=$(readlink "$NAME")
NAME=$( cd $NAME && pwd -P ) ;
done
;;
*)
Expand Down
2 changes: 1 addition & 1 deletion apache-jena/bin/tdbupdate
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ resolveLink() {
# BSD style readlink behaves differently to GNU readlink
# Have to manually follow links
while [ -L "$NAME" ]; do
NAME=$(readlink "$NAME")
NAME=$( cd $NAME && pwd -P ) ;
done
;;
*)
Expand Down
2 changes: 1 addition & 1 deletion apache-jena/bin/trig
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ resolveLink() {
# BSD style readlink behaves differently to GNU readlink
# Have to manually follow links
while [ -L "$NAME" ]; do
NAME=$(readlink "$NAME")
NAME=$( cd $NAME && pwd -P ) ;
done
;;
*)
Expand Down
2 changes: 1 addition & 1 deletion apache-jena/bin/turtle
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ resolveLink() {
# BSD style readlink behaves differently to GNU readlink
# Have to manually follow links
while [ -L "$NAME" ]; do
NAME=$(readlink "$NAME")
NAME=$( cd $NAME && pwd -P ) ;
done
;;
*)
Expand Down
2 changes: 1 addition & 1 deletion apache-jena/bin/uparse
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ resolveLink() {
# BSD style readlink behaves differently to GNU readlink
# Have to manually follow links
while [ -L "$NAME" ]; do
NAME=$(readlink "$NAME")
NAME=$( cd $NAME && pwd -P ) ;
done
;;
*)
Expand Down
2 changes: 1 addition & 1 deletion apache-jena/bin/update
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ resolveLink() {
# BSD style readlink behaves differently to GNU readlink
# Have to manually follow links
while [ -L "$NAME" ]; do
NAME=$(readlink "$NAME")
NAME=$( cd $NAME && pwd -P ) ;
done
;;
*)
Expand Down
2 changes: 1 addition & 1 deletion apache-jena/bin/utf8
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ resolveLink() {
# BSD style readlink behaves differently to GNU readlink
# Have to manually follow links
while [ -L "$NAME" ]; do
NAME=$(readlink "$NAME")
NAME=$( cd $NAME && pwd -P ) ;
done
;;
*)
Expand Down
2 changes: 1 addition & 1 deletion apache-jena/bin/wwwdec
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ resolveLink() {
# BSD style readlink behaves differently to GNU readlink
# Have to manually follow links
while [ -L "$NAME" ]; do
NAME=$(readlink "$NAME")
NAME=$( cd $NAME && pwd -P ) ;
done
;;
*)
Expand Down
2 changes: 1 addition & 1 deletion apache-jena/bin/wwwenc
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ resolveLink() {
# BSD style readlink behaves differently to GNU readlink
# Have to manually follow links
while [ -L "$NAME" ]; do
NAME=$(readlink "$NAME")
NAME=$( cd $NAME && pwd -P ) ;
done
;;
*)
Expand Down
2 changes: 1 addition & 1 deletion apache-jena/template.bin
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ resolveLink() {
# BSD style readlink behaves differently to GNU readlink
# Have to manually follow links
while [ -L "$NAME" ]; do
NAME=$(readlink "$NAME")
NAME=$( cd $NAME && pwd -P ) ;
done
;;
*)
Expand Down

0 comments on commit c90345c

Please sign in to comment.