mirror of
git://anongit.mindrot.org/openssh.git
synced 2024-12-24 02:42:25 +00:00
- djm@cvs.openbsd.org 2004/01/13 09:49:06
[sftp-batch.sh] don't delete thyself when running without obj/ ; ok markus@
This commit is contained in:
parent
633f3e0dd0
commit
46662bfc21
@ -7,6 +7,9 @@
|
||||
- jmc@cvs.openbsd.org 2003/11/07 10:16:44
|
||||
[ssh-com.sh]
|
||||
adress -> address, and a few more; all from Jonathon Gray;
|
||||
- djm@cvs.openbsd.org 2004/01/13 09:49:06
|
||||
[sftp-batch.sh]
|
||||
don't delete thyself when running without obj/ ; ok markus@
|
||||
|
||||
20040128
|
||||
- (dtucker) [regress/README.regress] Add tcpwrappers issue, noted by tim@
|
||||
@ -1776,4 +1779,4 @@
|
||||
- Fix sshd BindAddress and -b options for systems using fake-getaddrinfo.
|
||||
Report from murple@murple.net, diagnosis from dtucker@zip.com.au
|
||||
|
||||
$Id: ChangeLog,v 1.3201 2004/01/30 02:00:29 dtucker Exp $
|
||||
$Id: ChangeLog,v 1.3202 2004/01/30 02:02:55 dtucker Exp $
|
||||
|
@ -1,11 +1,11 @@
|
||||
# $OpenBSD: sftp-batch.sh,v 1.2 2003/01/10 07:52:41 djm Exp $
|
||||
# $OpenBSD: sftp-batch.sh,v 1.3 2004/01/13 09:49:06 djm Exp $
|
||||
# Placed in the Public Domain.
|
||||
|
||||
tid="sftp batchfile"
|
||||
|
||||
DATA=/bin/ls${EXEEXT}
|
||||
COPY=${OBJ}/copy
|
||||
BATCH=${OBJ}/sftp-batch.tmp
|
||||
BATCH=${OBJ}/sftp.bb
|
||||
|
||||
rm -rf ${COPY} ${COPY}.1 ${COPY}.2 ${COPY}.dd ${BATCH}.*
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user