aboutsummaryrefslogtreecommitdiff
path: root/scripts/send_and_run.tcl
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/send_and_run.tcl')
-rwxr-xr-xscripts/send_and_run.tcl2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/send_and_run.tcl b/scripts/send_and_run.tcl
index a087a2d..42fae62 100755
--- a/scripts/send_and_run.tcl
+++ b/scripts/send_and_run.tcl
@@ -6,7 +6,7 @@ set environment [lindex $argv 3]
6set script [lindex $argv 4] 6set script [lindex $argv 4]
7set files [lrange $argv 4 end] 7set files [lrange $argv 4 end]
8 8
9if {$password == ""} { 9if {$password == "x"} {
10 set ask_password 0 10 set ask_password 0
11} else { 11} else {
12 set ask_password 1 12 set ask_password 1