Commit 418169b3 authored by Dom Sekotill's avatar Dom Sekotill
Browse files

Suppress stderr from has() in .shell/funcs

Output on stderr triggers warning dialogues during graphical
environment initialisation.
parent 29133ece
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -20,7 +20,7 @@ source_each()
has()
{
	type "$1"
} >/dev/null
} >/dev/null 2>&1

get_platform()
{