summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xfoaf/mkfoaf.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/foaf/mkfoaf.sh b/foaf/mkfoaf.sh
index d25d8e2..3c2a36c 100755
--- a/foaf/mkfoaf.sh
+++ b/foaf/mkfoaf.sh
@@ -11,7 +11,7 @@ exit1() {
}
bindir=$(dirname "$0")
-xsltdir="$bindir"
+#xsltdir="$bindir"
turtle2foaf() {
set -e
@@ -75,7 +75,7 @@ foafsign() {
gpg -a -o- --detach-sign "$inpath" > "$outpath"
}
-paths="$@"
+paths="$*"
[ -n "$paths" ] || paths=index.ttl
for path in $paths; do