projects
/
GitHub
/
LineageOS
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a8bac51
)
tags: Fix spelling error in comment (is->if)
author
John Kacur
<jkacur@redhat.com>
Tue, 2 Mar 2010 14:38:10 +0000
(15:38 +0100)
committer
Michal Marek
<mmarek@suse.cz>
Wed, 3 Mar 2010 09:45:22 +0000
(10:45 +0100)
Signed-off-by: John Kacur <jkacur@redhat.com>
Signed-off-by: Michal Marek <mmarek@suse.cz>
scripts/tags.sh
patch
|
blob
|
blame
|
history
diff --git
a/scripts/tags.sh
b/scripts/tags.sh
index 9f459536f289a8aaa2ae8c3457a91897312afd26..caa867dba16de32aad4a2494e2f3d04bdb3d6f86 100755
(executable)
--- a/
scripts/tags.sh
+++ b/
scripts/tags.sh
@@
-17,7
+17,7
@@
ignore="( -name SCCS -o -name BitKeeper -o -name .svn -o \
-name .git ) \
-prune -o"
-# Do not use full path i
s
we do not use O=.. builds
+# Do not use full path i
f
we do not use O=.. builds
if [ "${KBUILD_SRC}" = "" ]; then
tree=
else