wok diff shutdown/stuff/shutdown @ rev 23079

updated liblinebreak and liblinebreak-dev (2.0 -> 2.1)
author Hans-G?nter Theisgen
date Tue Mar 10 16:26:23 2020 +0100 (2020-03-10)
parents 68bd2134ab54
children
line diff
     1.1 --- a/shutdown/stuff/shutdown	Mon Sep 21 13:17:35 2015 +0000
     1.2 +++ b/shutdown/stuff/shutdown	Tue Mar 10 16:26:23 2020 +0100
     1.3 @@ -5,7 +5,7 @@
     1.4  # use 'shutdown -r now' or similar.
     1.5  #
     1.6  
     1.7 -if [ "x$1" == "x-r" ]; then
     1.8 +if [ "x$1" = "x-r" ]; then
     1.9  	/sbin/reboot
    1.10  else
    1.11  	/sbin/poweroff