Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
[fix] Use which in ./build so there is no gmake error.
  • Loading branch information
Southern committed Oct 25, 2013
1 parent 5c40f9c commit aebfd77
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build
@@ -1,3 +1,3 @@
#!/usr/bin/env bash
./configure --with-plugin uptime --with-plugin mem --with-plugin cpu --with-plugin process --with-plugin heartbeat --with-plugin logs --with-plugin start
gmake || make
$(which gmake || which make)

0 comments on commit aebfd77

Please sign in to comment.