Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
T
tor-clone
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Alexander Hansen Færøy
tor-clone
Commits
593d2992
Commit
593d2992
authored
5 years ago
by
Nick Mathewson
Browse files
Options
Downloads
Plain Diff
Merge remote-tracking branch 'tor-github/pr/974' into maint-0.4.0
parents
a39789a0
1788343a
Branches
maint-0.4.0
Branches containing commit
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
Makefile.am
+1
-1
1 addition, 1 deletion
Makefile.am
changes/bug30263
+3
-0
3 additions, 0 deletions
changes/bug30263
with
4 additions
and
1 deletion
Makefile.am
+
1
−
1
View file @
593d2992
...
...
@@ -220,7 +220,7 @@ shellcheck:
if
command
-v
shellcheck;
then
\
find
$(top_srcdir)/scripts/
-name
"*.sh"
-exec
shellcheck
{}
+;
\
if
[
-d
"$(top_srcdir)/scripts/test"
];
then
\
shellcheck
$(top_srcdir)/scripts/test/cov-diff
$(top_
build
dir)/scripts/test/coverage;
\
shellcheck
$(top_srcdir)/scripts/test/cov-diff
$(top_
src
dir)/scripts/test/coverage;
\
fi;
\
fi
...
...
This diff is collapsed.
Click to expand it.
changes/bug30263
0 → 100644
+
3
−
0
View file @
593d2992
o Minor bugfixes (shellcheck):
- Stop looking for scripts in the build directory during
"make shellcheck". Fixes bug 30263; bugfix on 0.4.0.1-alpha.
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment