diff options
-rwxr-xr-x | Configure | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -3000,6 +3000,9 @@ $to \$exe $targetrun -p $targetport -l $targetuser $targethost "cd \$cwd && \$env \$exe \$@" EOF ;; + adb) + $touch $run + ;; *) echo "Unknown targetrun '$targetrun'" >&4 exit 1 ;; |