aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xbin/xvt5
1 files changed, 0 insertions, 5 deletions
diff --git a/bin/xvt b/bin/xvt
index ad1ca1b..5188b2a 100755
--- a/bin/xvt
+++ b/bin/xvt
@@ -63,11 +63,6 @@ if [[ -z "$TERMINAL" ]]; then
fi
if [[ -n "$TERMINAL" ]]; then
- # keep the same behaviour between all terminals
- if [[ "`basename ${TERMINAL%% *}`" = "konsole" ]]; then
- TERMINAL="$TERMINAL --nofork"
- fi
-
exec $TERMINAL "$@"
else
echo "no terminal emulator detected"