aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormerakor <cem@ckyln.com>2020-05-08 23:14:50 +0000
committermerakor <cem@ckyln.com>2020-05-08 23:14:50 +0000
commite713d5b2e92bdea385884a934eedbea2f40b0204 (patch)
tree7698826473e4519f415583ebc628564ca840fe27
parent352e0fe04997c738024539568ef866cdfe613395 (diff)
downloadcpt-e713d5b2e92bdea385884a934eedbea2f40b0204.tar.gz
kiss: remove stty hack
FossilOrigin-Name: 975386e2c207ffcf8490b650173d289895330ff91fa5097785b6fb7625cb17a5
-rwxr-xr-xkiss5
1 files changed, 0 insertions, 5 deletions
diff --git a/kiss b/kiss
index c694a5d..37e153c 100755
--- 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 ||: