Skip to content
Snippets Groups Projects
Commit 48d38916 authored by Patrick Cernko's avatar Patrick Cernko
Browse files

bugfix if called with './$0'

parent 61425f2d
No related branches found
No related tags found
No related merge requests found
......@@ -3,6 +3,9 @@
set -e
base=$(dirname $0)
if [ "$base" == '.' ]; then
base="$PWD"
fi
# import_mbox
# List archive import
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment