aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/ddate.rb
diff options
context:
space:
mode:
authorAdam Vandenberg2010-10-22 07:16:35 -0700
committerAdam Vandenberg2010-10-22 07:16:35 -0700
commit013ab19b83781a80f1f1bdc4aa76b0310d1f19c1 (patch)
treefa16dde086bb8ae17fdbf70022c827d4a45fe8da /Library/Formula/ddate.rb
parent9dad58b48faaa112c6ce90294d43c4ee2ead6090 (diff)
downloadhomebrew-013ab19b83781a80f1f1bdc4aa76b0310d1f19c1.tar.bz2
ddate - style tweak
Diffstat (limited to 'Library/Formula/ddate.rb')
-rw-r--r--Library/Formula/ddate.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Formula/ddate.rb b/Library/Formula/ddate.rb
index 7acf87486..5f7599e38 100644
--- a/Library/Formula/ddate.rb
+++ b/Library/Formula/ddate.rb
@@ -7,7 +7,7 @@ class Ddate <Formula
version '0.1.0'
def install
- system "#{ENV['CC']}", "ddate.c", "-o", "ddate"
+ system ENV.cc, "ddate.c", "-o", "ddate"
bin.install 'ddate'
end
end