summaryrefslogtreecommitdiff
path: root/urnresolve
diff options
context:
space:
mode:
Diffstat (limited to 'urnresolve')
-rwxr-xr-xurnresolve1
1 files changed, 1 insertions, 0 deletions
diff --git a/urnresolve b/urnresolve
index 1ce59be..1af4304 100755
--- a/urnresolve
+++ b/urnresolve
@@ -1,4 +1,5 @@
#!/bin/sh
+export PREFIX="${PREFIX:-/usr/local}"
echo "urnstart: working on:" "$1" >&2
urn="$(printf '%s\n' "$1" | cut -d: -f1)"
if [ "$urn" != "urn" ];then