]> git.etc.gen.nz Git - mythtv-status.git/commitdiff
Fix an embarrassing bug
authorAndrew Ruthven <andrew@etc.gen.nz>
Sat, 12 Jan 2019 06:09:57 +0000 (19:09 +1300)
committerAndrew Ruthven <andrew@etc.gen.nz>
Sat, 12 Jan 2019 06:09:57 +0000 (19:09 +1300)
bin/mythtv-update-motd

index 027e6bb2d189e965833f89ec7181ee756dd66b85..a8c1c5d0026ddf06aaa7b5e8025b094ab3994744 100755 (executable)
@@ -50,7 +50,7 @@ else
   then
     # Debian Wheezy+ handles the MOTD differently.
     [ -f /run/motd.dynamic ] && WORKFILE=/run/motd.dynamic
-  elif [ $DISTRO eq 'fedora' ]
+  elif [ $DISTRO = 'fedora' ]
   then
     WORKFILE=/etc/motd
     STUBFILE=/etc/motd.stub