Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 199520
b: refs/heads/master
c: a8bac51
h: refs/heads/master
v: v3
  • Loading branch information
Michal Marek committed Feb 22, 2010
1 parent a79e3a6 commit b9bdf14
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: e8d400a933fa44e2fba3849b084e1ae5814d7fca
refs/heads/master: a8bac511c8c18878908eb49f33f7257610b15180
4 changes: 2 additions & 2 deletions trunk/scripts/tags.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
# mode may be any of: tags, TAGS, cscope
#
# Uses the following environment variables:
# ARCH, SUBARCH, srctree, src, obj
# ARCH, SUBARCH, SRCARCH, srctree, src, obj

if [ "$KBUILD_VERBOSE" = "1" ]; then
set -x
Expand Down Expand Up @@ -70,7 +70,7 @@ find_sources()

all_sources()
{
find_arch_include_sources ${ARCH} '*.[chS]'
find_arch_include_sources ${SRCARCH} '*.[chS]'
if [ ! -z "$archinclude" ]; then
find_arch_include_sources $archinclude '*.[chS]'
fi
Expand Down

0 comments on commit b9bdf14

Please sign in to comment.