]> andersk Git - openssh.git/commitdiff
- djm@cvs.openbsd.org 2004/01/13 09:49:06
authordtucker <dtucker>
Fri, 30 Jan 2004 02:02:55 +0000 (02:02 +0000)
committerdtucker <dtucker>
Fri, 30 Jan 2004 02:02:55 +0000 (02:02 +0000)
     [sftp-batch.sh]
     don't delete thyself when running without obj/ ; ok markus@

ChangeLog
regress/sftp-batch.sh

index 7e800133cb9841f08586c8f2699f38928ae834c0..f9e4ed389334e64ee112d0c5995d379dcdbd85e3 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -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@
index f648eae80de3640f7b741f7e9f6da92f86b0dc7b..365c47cfcf23d42c0751689ddfa5072214da09c8 100644 (file)
@@ -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}.*
 
This page took 0.032719 seconds and 5 git commands to generate.