No functional changes, just breaking the long line.

OK?

Index: install.sub
===================================================================
RCS file: /cvs/src/distrib/miniroot/install.sub,v
retrieving revision 1.1210
diff -u -p -r1.1210 install.sub
--- install.sub 5 Oct 2022 19:30:47 -0000       1.1210
+++ install.sub 9 Oct 2022 23:44:20 -0000
@@ -538,8 +538,14 @@ unlock() {
 
 # Add a trap to kill the dmesg listener co-process on exit of the installer.
 retrap() {
-       trap '_cppid=$(</tmp/cppid); if [ -n $_cppid ]; then kill -KILL 
-$_cppid 2>/dev/null; rm -f /tmp/cppid; fi; echo; stty echo; exit 0' \
-               INT EXIT TERM
+       trap '_cppid=$(</tmp/cppid)
+               if [ -n $_cppid ]; then
+                       kill -KILL -$_cppid 2>/dev/null
+                       rm -f /tmp/cppid
+               fi
+               echo
+               stty echo
+               exit 0' INT EXIT TERM
 }
 
 # Start a listener process looking for dmesg changes which indicates a possible

Reply via email to