Browse Source

Fixed the check for Vagrant environment on build scripts.

pull/838/merge
Joao Matos 8 years ago
parent
commit
e72661ba24
  1. 2
      build/scripts/Utils.lua

2
build/scripts/Utils.lua

@ -42,7 +42,7 @@ function sudo(cmd)
end end
function is_vagrant() function is_vagrant()
return os.isdir("/home/vagrant") return os.isdir("/vagrant")
end end
git = {} git = {}

Loading…
Cancel
Save