summaryrefslogtreecommitdiffstats
path: root/rdesktop
diff options
context:
space:
mode:
authorJérémy Zurcher <jeremy@asynk.ch>2011-07-11 09:34:48 +0200
committerJérémy Zurcher <jeremy@asynk.ch>2011-07-11 09:34:48 +0200
commit211ff1c745d1de5ca69c831ca70554cefe1c9315 (patch)
treed3754aba4af8485e9b313ed30508302ada83b7aa /rdesktop
parentd4ecdd7f249dde648514d7a45f323e845fc8f3f7 (diff)
downloadbin-211ff1c745d1de5ca69c831ca70554cefe1c9315.zip
bin-211ff1c745d1de5ca69c831ca70554cefe1c9315.tar.gz
rdesktop: fix recursive call
Diffstat (limited to 'rdesktop')
-rwxr-xr-xrdesktop2
1 files changed, 1 insertions, 1 deletions
diff --git a/rdesktop b/rdesktop
index 939496b..c8989e2 100755
--- a/rdesktop
+++ b/rdesktop
@@ -7,5 +7,5 @@ else
host=$1
user="Administrator"
fi
-echo rdesktop -0 -g 1280x1024 -u $user $host
+/usr/bin/rdesktop -0 -g 1280x1024 -u $user $host