- (dtucker) [regress/sftp-batch.sh] Make temporary batch file name more
distinctive, so "rm ${BATCH}.*" doesn't match the script itself.
This commit is contained in:
parent
d199b6d69b
commit
e1e26a6c15
|
@ -3,6 +3,8 @@
|
||||||
Put "which" inside quotes.
|
Put "which" inside quotes.
|
||||||
- (dtucker) [dynamic-forward.sh forwarding.sh sftp-batch.sh (all regress/)]
|
- (dtucker) [dynamic-forward.sh forwarding.sh sftp-batch.sh (all regress/)]
|
||||||
Add ${EXEEXT}: required to work on Cygwin.
|
Add ${EXEEXT}: required to work on Cygwin.
|
||||||
|
- (dtucker) [regress/sftp-batch.sh] Make temporary batch file name more
|
||||||
|
distinctive, so "rm ${BATCH}.*" doesn't match the script itself.
|
||||||
|
|
||||||
20030906
|
20030906
|
||||||
- (dtucker) [acconfig.h configure.ac uidswap.c] Prefer setuid/setgid on AIX.
|
- (dtucker) [acconfig.h configure.ac uidswap.c] Prefer setuid/setgid on AIX.
|
||||||
|
@ -1030,4 +1032,4 @@
|
||||||
- Fix sshd BindAddress and -b options for systems using fake-getaddrinfo.
|
- Fix sshd BindAddress and -b options for systems using fake-getaddrinfo.
|
||||||
Report from murple@murple.net, diagnosis from dtucker@zip.com.au
|
Report from murple@murple.net, diagnosis from dtucker@zip.com.au
|
||||||
|
|
||||||
$Id: ChangeLog,v 1.2964 2003/09/06 23:28:03 dtucker Exp $
|
$Id: ChangeLog,v 1.2965 2003/09/06 23:31:02 dtucker Exp $
|
||||||
|
|
|
@ -5,7 +5,7 @@ tid="sftp batchfile"
|
||||||
|
|
||||||
DATA=/bin/ls${EXEEXT}
|
DATA=/bin/ls${EXEEXT}
|
||||||
COPY=${OBJ}/copy
|
COPY=${OBJ}/copy
|
||||||
BATCH=${OBJ}/sftp-batch
|
BATCH=${OBJ}/sftp-batch.tmp
|
||||||
|
|
||||||
rm -rf ${COPY} ${COPY}.1 ${COPY}.2 ${COPY}.dd ${BATCH}.*
|
rm -rf ${COPY} ${COPY}.1 ${COPY}.2 ${COPY}.dd ${BATCH}.*
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue