diff options
Diffstat (limited to 'Configure')
-rwxr-xr-x | Configure | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -2983,7 +2983,7 @@ esac exe=\$1 shift $to \$exe -$targetrun -p $targetport -l $targetuser $targethost "cd \$cwd && \$env ./\$exe \$@" +$targetrun -p $targetport -l $targetuser $targethost "cd \$cwd && \$env \$exe \$@" EOF ;; *) echo "Unknown targetrun '$targetrun'" >&4 |