From 2a09e2022d5d018def26f98d78e56dfca9b47499 Mon Sep 17 00:00:00 2001 From: Benjamin ter Kuile Date: Fri, 30 Nov 2012 17:06:03 +0100 Subject: [PATCH] one line env setting --- make_android | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/make_android b/make_android index 30a2b914..0ef42822 100755 --- a/make_android +++ b/make_android @@ -1,5 +1,4 @@ #!/usr/bin/env bash rm -rf public/assets; -QWAITER_MOBILE_EXPORT=yes -RAILS_ENV=production rake assets:precompile; -RAILS_ENV=production rails runner script/build_mobile_app.rb +QWAITER_MOBILE_EXPORT=yes RAILS_ENV=production rake assets:precompile; +QWAITER_MOBILE_EXPORT=yes RAILS_ENV=production rails runner script/build_mobile_app.rb