summaryrefslogtreecommitdiffstats
path: root/sshlogin.exp
diff options
context:
space:
mode:
authorRenaud Chaillat <rchaillat@mandriva.com>2001-08-31 14:26:04 +0000
committerRenaud Chaillat <rchaillat@mandriva.com>2001-08-31 14:26:04 +0000
commit77647ae473f42a98d646d194ffb9e4c739b33eed (patch)
tree0c351f2157f34a738aa603a3eee202694d39a2a5 /sshlogin.exp
parent7c80e63d8fd3257ed34f90c2d691549cab3b5093 (diff)
downloadmgaonline-77647ae473f42a98d646d194ffb9e4c739b33eed.tar
mgaonline-77647ae473f42a98d646d194ffb9e4c739b33eed.tar.gz
mgaonline-77647ae473f42a98d646d194ffb9e4c739b33eed.tar.bz2
mgaonline-77647ae473f42a98d646d194ffb9e4c739b33eed.tar.xz
mgaonline-77647ae473f42a98d646d194ffb9e4c739b33eed.zip
fixed exit code from sshlogin.exp
Diffstat (limited to 'sshlogin.exp')
-rwxr-xr-xsshlogin.exp2
1 files changed, 1 insertions, 1 deletions
diff --git a/sshlogin.exp b/sshlogin.exp
index 05c964c5..01f84d9a 100755
--- a/sshlogin.exp
+++ b/sshlogin.exp
@@ -27,7 +27,7 @@ if "$argc == 3" {
set password [lindex $argv 2]
} else {
- exit 0;
+ exit 1;
}