Edited killdo to not always return 1 (now we have a function for setting the exit code arbitrarily). Edited its comment to be consistent, too.

This commit is contained in:
Olivier Poirier 2023-09-28 22:32:15 -07:00
parent 795d4b98d8
commit 589fd86c5a
1 changed files with 1 additions and 2 deletions

View File

@ -1,5 +1,5 @@
#!/bin/sh
# Kills something and returns 1.
# Kills something and executes a command.
if [ "$1" != "" ] ; then
@ -13,4 +13,3 @@ if [ "$1" != "" ] ; then
fi
fi
fi
exit 1