fix import()

merge-requests/273/head
Bernhard Landauer 7 years ago
parent 4664f19d4c
commit 1c9d3cfdee

@ -92,7 +92,7 @@ import(){
if [[ -r $1 ]];then
source $1
else
die "Could not import $1"
echo "Could not import $1"
fi
}

Loading…
Cancel
Save