Skip to content

Commit

Permalink
Removing quote-arguments from gradle execution (problems in linux)
Browse files Browse the repository at this point in the history
  • Loading branch information
fernando-jascovich committed May 13, 2019
1 parent 2e8cb60 commit e89361c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion android-env.el
Expand Up @@ -99,7 +99,7 @@ Requires 'hydra."
(compilation-start (format "cd %s; %s %s"
(shell-quote-wildcard-pattern path)
(shell-quote-argument android-env-executable)
(shell-quote-argument gradle-cmd))
gradle-cmd)
'android-env-compile-mode))))

(defun android-env-test ()
Expand Down

0 comments on commit e89361c

Please sign in to comment.