Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
The Tor Project
Core
Tor CI Reproducible
Commits
96c4b7e4
Commit
96c4b7e4
authored
Apr 27, 2022
by
David Goulet
🔆
Browse files
Only remove build/ if exists
Signed-off-by:
David Goulet
<
dgoulet@torproject.org
>
parent
973bc767
Changes
1
Hide whitespace changes
Inline
Side-by-side
build.sh
View file @
96c4b7e4
...
...
@@ -78,7 +78,9 @@ SIGS_DIRPATH="$(pwd)/sigs"
# Cleanup previous build directory since we need to start from scratch. Prompt
# before removal just in case since rm -rf are scary.
runcmd
rm
-rf
-I
"
$BUILD
"
if
[
-d
"
$BUILD
"
]
;
then
runcmd
rm
-rf
-I
"
$BUILD
"
fi
# Create the directory hierarchy we need.
runcmd
mkdir
-p
"
$BUILD
"
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment