artulab
projects
/
openbsd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a4d73c5
)
do not leave temp files after the diffing is done
author
robert
<robert@openbsd.org>
Sat, 22 Apr 2017 13:42:05 +0000
(13:42 +0000)
committer
robert
<robert@openbsd.org>
Sat, 22 Apr 2017 13:42:05 +0000
(13:42 +0000)
distrib/syspatch/diff.sh
patch
|
blob
|
history
diff --git
a/distrib/syspatch/diff.sh
b/distrib/syspatch/diff.sh
index
1203b6f
..
bd14dbf
100755
(executable)
--- a/
distrib/syspatch/diff.sh
+++ b/
distrib/syspatch/diff.sh
@@
-1,6
+1,6
@@
#!/bin/ksh
#
-# $OpenBSD: diff.sh,v 1.
1 2017/04/22 13:41:02
robert Exp $
+# $OpenBSD: diff.sh,v 1.
2 2017/04/22 13:42:05
robert Exp $
#
# Copyright (c) 2017 Robert Nagy <robert@openbsd.org>
#
@@
-45,5
+45,5
@@
do
echo ${_n}
;;
esac
- rm -f ${_o
nm} ${_nnm
}
+ rm -f ${_o
} ${_n
}
done