Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Aardvark Design Sweep
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Mikael Henriksson
Aardvark Design Sweep
Commits
06ccb566
Commit
06ccb566
authored
4 years ago
by
Mikael Henriksson
Browse files
Options
Downloads
Patches
Plain Diff
Fixed reliability problem with absolute paths.
parent
6ace4282
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
.sweep.bash.swp
+0
-0
0 additions, 0 deletions
.sweep.bash.swp
sweep.bash
+1
-1
1 addition, 1 deletion
sweep.bash
with
1 addition
and
1 deletion
.sweep.bash.swp
deleted
100644 → 0
+
0
−
0
View file @
6ace4282
File deleted
This diff is collapsed.
Click to expand it.
sweep.bash
+
1
−
1
View file @
06ccb566
...
...
@@ -60,7 +60,7 @@ if [ "${#DESIGN_FILES[@]}" -lt 1 ]; then
echo
"Error: No design files (DESIGN_FILES) provided."
&&
exit
-1
fi
for
file
in
"
${
DESIGN_FILES
[@]
}
"
;
do
if
[
-f
"
$file
"
]
;
then
if
!
[
-f
"
$file
"
]
;
then
echo
"Error: Could not locate design file '
$file
'."
&&
exit
-1
fi
done
...
...
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