neofetch: Fix incorrect variable name

This commit is contained in:
Dylan Araps
2020-04-15 15:25:20 +03:00
parent 23c445d05f
commit e1af688b36

View File

@@ -1727,7 +1727,7 @@ get_wm() {
# If function was run, stop here. # If function was run, stop here.
((wm_run == 1)) && return ((wm_run == 1)) && return
case $uname in case $kernel_name in
*OpenBSD*) ps_flags=(x -c) ;; *OpenBSD*) ps_flags=(x -c) ;;
*) ps_flags=(-e) ;; *) ps_flags=(-e) ;;
esac esac