Skip to content

Commit

Permalink
Update install.am: add message for missing local file
Browse files Browse the repository at this point in the history
  • Loading branch information
ivan-hc authored Jul 18, 2024
1 parent 8aa8e8c commit a986294
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions modules/install.am
Original file line number Diff line number Diff line change
Expand Up @@ -348,6 +348,8 @@ while [ -n "$1" ]; do
if echo "$arg" | grep -q "/"; then
if test -f "$arg" 2> /dev/null; then
_install_local_script
else
echo " 💀 ERROR: the file \"$arg\" does NOT exist"
fi
elif test -f "$AMPATH/neodb"; then
_install_from_third_party_repo
Expand Down

0 comments on commit a986294

Please sign in to comment.