Navigation Menu

Skip to content

Commit

Permalink
windows: add a missing space
Browse files Browse the repository at this point in the history
  • Loading branch information
kou committed Apr 14, 2015
1 parent 7d5a585 commit 47f190c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/windows/user-build.sh
Expand Up @@ -6,7 +6,7 @@ readonly RUBY21="2.1.6"
readonly RUBY22="2.2.2"
readonly CROSS_TERGET="1.9.3:2.0.0:2.1.6:2.2.2"
readonly PKG_GEMS="/vagrant/pkg"
readonly CPU_NUMS=`cat /proc/cpuinfo |grep processor|wc -l`
readonly CPU_NUMS=`cat /proc/cpuinfo | grep processor | wc -l`
readonly MAKE_OPTIONS="debugflags="

if [ ! -d ~/.rbenv ]; then
Expand Down

0 comments on commit 47f190c

Please sign in to comment.