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
tapasco
tapasco
Commits
18559a40
Commit
18559a40
authored
Jan 03, 2018
by
Jens Korinth
Browse files
Fix minor bug in chiselSetup.sh
parent
6194279d
Changes
1
Hide whitespace changes
Inline
Side-by-side
chiselSetup.sh
View file @
18559a40
...
...
@@ -6,7 +6,7 @@ REPO_URLS=`for r in $REPOS; do echo $URL/$r.git; done`
echo
"Installing Chisel3 dependencies in
$DIR
..."
if
[
$1
=
=
"clean"
]
;
then
if
[
"
$1
"
=
"clean"
]
;
then
rm
-rf
$DIR
else
mkdir
-p
$DIR
...
...
Jens Korinth
@jk
mentioned in commit
17f0d672
·
Mar 05, 2018
mentioned in commit
17f0d672
mentioned in commit 17f0d67240ebf5d7e1d0be9162d272b04256c47d
Toggle commit list
Write
Preview
Markdown
is supported
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