mirror of
https://github.com/Foundry376/Mailspring.git
synced 2024-11-11 01:54:40 +08:00
fix(mkrpm): add in missing then
command
This commit is contained in:
parent
50a22b6ef1
commit
2e16eecc20
1 changed files with 1 additions and 1 deletions
|
@ -12,7 +12,7 @@ RPM_BUILD_ROOT=~/rpmbuild
|
|||
ARCH=`uname -m`
|
||||
|
||||
# Work around for `uname -m` returning i686 when rpmbuild uses i386 instead
|
||||
if [ "$ARCH" = "i686" ];
|
||||
if [ "$ARCH" = "i686" ]; then
|
||||
ARCH = "i386"
|
||||
fi
|
||||
|
||||
|
|
Loading…
Reference in a new issue