From 8891cce90886145642b1f901ac1d41412cdc207a Mon Sep 17 00:00:00 2001 From: Dylan Date: Wed, 17 Feb 2016 10:23:52 +1100 Subject: [PATCH] Fix missing ascii art when fetch is installed in /usr/local --- fetch | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/fetch b/fetch index 462dfe18..dcedf709 100755 --- a/fetch +++ b/fetch @@ -1746,6 +1746,10 @@ getascii () { # looking in the script's directory. if [ -f "/usr/share/fetch/ascii/distro/${ascii/ *}" ]; then ascii="/usr/share/fetch/ascii/distro/${ascii/ *}" + + elif [ -f "/usr/local/share/fetch/ascii/distro/${ascii/ *}" ]; then + ascii="/usr/local/share/fetch/ascii/distro/${ascii/ *}" + else getscriptdir