summaryrefslogtreecommitdiff
path: root/noncore/tools/opie-sh/scripts/opie-sh-ssh-askpass.sh
Unidiff
Diffstat (limited to 'noncore/tools/opie-sh/scripts/opie-sh-ssh-askpass.sh') (more/less context) (ignore whitespace changes)
-rwxr-xr-xnoncore/tools/opie-sh/scripts/opie-sh-ssh-askpass.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/noncore/tools/opie-sh/scripts/opie-sh-ssh-askpass.sh b/noncore/tools/opie-sh/scripts/opie-sh-ssh-askpass.sh
index 7e1e7ad..7d13345 100755
--- a/noncore/tools/opie-sh/scripts/opie-sh-ssh-askpass.sh
+++ b/noncore/tools/opie-sh/scripts/opie-sh-ssh-askpass.sh
@@ -1,8 +1,8 @@
1#!/bin/sh 1#!/bin/sh
2 2
3# opie-sh-ssh-askpass -- ssh-askpass utility using opie-sh 3# opie-sh-ssh-askpass -- ssh-askpass utility using opie-sh
4 4
5OPIE_SH=opie-sh 5OPIE_SH=$OPIEDIR/bin/opie-sh
6 6
7exec $OPIE_SH -i -p -t "OpenSSH" -g -L "<SMALL>$@" 2>/dev/null 7exec $OPIE_SH -i -p -t "OpenSSH" -g -L "<SMALL>$@" 2>/dev/null
8 8