diff options
Diffstat (limited to 'functions')
-rw-r--r-- | functions | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 } |