summaryrefslogtreecommitdiffstats
path: root/functions
diff options
context:
space:
mode:
Diffstat (limited to 'functions')
-rw-r--r--functions2
1 files changed, 1 insertions, 1 deletions
diff --git a/functions b/functions
index 58ee03d..88e2ddd 100644
--- a/functions
+++ b/functions
@@ -145,7 +145,7 @@ add_module ()
add_file "${path}" && found=1
done
if [ $found -eq 0 ]; then
- die "module '$fil' not found, aborting..."
+ err "module '$fil' not found"
fi
}