OSDN Git Service
(root)
/
android-x86
/
external-s2tc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3bf7d6b
)
remove debug code
author
Rudolf Polzer
<divverent@alientrap.org>
Tue, 12 Jul 2011 15:50:23 +0000
(17:50 +0200)
committer
Rudolf Polzer
<divverent@xonotic.org>
Thu, 14 Jul 2011 17:12:22 +0000
(19:12 +0200)
test.sh
patch
|
blob
|
history
diff --git
a/test.sh
b/test.sh
index
5ceefc5
..
2cf9d83
100644
(file)
--- a/
test.sh
+++ b/
test.sh
@@
-87,7
+87,7
@@
t()
{
in=$1; shift
out=$1; shift
-
[ -f "$out" ] ||
time "$@" < "$in" > "$out"
+ time "$@" < "$in" > "$out"
html "$out"
}