This website works better with JavaScript.
Explore
Help
Register
Sign In
kvazar
/
kevacoin
mirror of
https://github.com/kvazar-network/kevacoin.git
Watch
1
Star
0
Fork
You've already forked kevacoin
0
Code
Issues
Projects
Releases
Wiki
Activity
Browse Source
Add required space to [[ -n "$1" ]] (previously [[ -n"$1" ]])
0.16
practicalswift
7 years ago
parent
1e44ae0e19
commit
564a172dfd
1 changed files
with
1 additions
and
1 deletions
Whitespace
Show all changes
Ignore whitespace when comparing lines
Ignore changes in amount of whitespace
Ignore changes in whitespace at EOL
Unified View
Diff Options
Show Stats
Download Patch File
Download Diff File
2
contrib/gitian-build.sh
2
contrib/gitian-build.sh
Unescape
Escape
View File
@ -188,7 +188,7 @@ then
fi
fi
# Get signer
# Get signer
if
[
[
-n
"
$1
"
]
]
if
[
[
-n
"
$1
"
]
]
then
then
SIGNER
=
$1
SIGNER
=
$1
shift
shift
Write
Preview
Loading…
Cancel
Save
Reference in new issue
Repository
kvazar/kevacoin
Title
Body
Create Issue