aboutsummaryrefslogtreecommitdiffstats
path: root/kaarvok
diff options
context:
space:
mode:
Diffstat (limited to 'kaarvok')
-rwxr-xr-xkaarvok2
1 files changed, 1 insertions, 1 deletions
diff --git a/kaarvok b/kaarvok
index ccbfbb8..cdb79c4 100755
--- a/kaarvok
+++ b/kaarvok
@@ -22,5 +22,5 @@ if [ "${#@}" -lt 2 ]; then
exit 1
fi
-/usr/bin/emacs -Q -batch -l kaarvok.el -eval \
+/usr/bin/emacs -Q -batch -L $(dirname $0) -l kaarvok.el -eval \
"(kaarvok-create-project-from-template \"$1\" \"$2\")"