commit f99c3f8606bf03c99ab4473e7f6dbb5d2457c781
parent 5fa22b9ff2e69ebdafe0448ee2462e80ede2260f
Author: Cem Keylan <cem@ckyln.com>
Date: Sat, 9 May 2020 02:14:50 +0300
kiss: remove stty hack
Diffstat:
1 file changed, 0 insertions(+), 5 deletions(-)
diff --git a/kiss b/kiss
@@ -1566,11 +1566,6 @@ main() {
KISS_ROOT=${KISS_ROOT%/}
}
- # On 'ksh', Ctrl + C does not send an interrupt signal by default.
- # This would cause a prompt to pass while the user would be trying
- # to cancel, or the user would want to abort building a package.
- stty intr "^C"
-
# This allows for automatic setup of a KISS chroot and will
# do nothing on a normal system.
mkdir -p "${sys_db:=$KISS_ROOT/$pkg_db}" 2>/dev/null ||: