branch: externals/detached
commit 1b99b04fd2476063c2c98a576686695c0219eae9
Author: Niklas Eklund <[email protected]>
Commit: Niklas Eklund <[email protected]>
Remove comment in detached-env
---
detached-env | 9 ---------
1 file changed, 9 deletions(-)
diff --git a/detached-env b/detached-env
index b35712662d..1960833994 100755
--- a/detached-env
+++ b/detached-env
@@ -3,17 +3,8 @@
# detached-env is a script which purpose is to run a detached command, and
# issue to stdout, based on the exit code.
-# mode="$1"
-# shift
detached_command="$*"
-# detached-env features two different modes:
-# 1) Plain-text: where plain text data will be logged in the sessions output
-# 2) Terminal-data: the script command is used to record the terminal
-# data in raw format, this includes ansi escape sequences. The TERM
-# environmental variable is set to eterm-color in order to enabled
-# colored outputs from the detached_command
-
TERM="eterm-color"
if eval "$detached_command"; then
echo -e "\nDetached session finished"