summarylogtreecommitdiffstats
path: root/fsl_exec.patch
diff options
context:
space:
mode:
Diffstat (limited to 'fsl_exec.patch')
-rw-r--r--fsl_exec.patch11
1 files changed, 0 insertions, 11 deletions
diff --git a/fsl_exec.patch b/fsl_exec.patch
deleted file mode 100644
index 3a5628c37044..000000000000
--- a/fsl_exec.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- fsl/src/misc_tcl/fsl_exec.tcl.orig 2017-06-12 17:54:14.000000000 -0400
-+++ fsl/src/misc_tcl/fsl_exec.tcl 2017-06-12 18:45:07.176756012 -0400
-@@ -175,6 +175,7 @@ proc fsl:exec { thecommand args } {
- set logout ""
- }
-
-+ if { ! [ info exists ::errorCode ] } { set ::errorCode "NONE" }
- # run and log the actual command
- if { $do_logout } {
- fsl:echo $logout "\n$thecommand"
-