netcdf: Use correct seperator when prepending PATH

Fixes a buglet discovered in Homebrew/homebrew#13050.
master
Charlie Sharpsteen 2012-06-29 22:58:28 -08:00
parent 28f115c0a6
commit 8afe199170
1 changed files with 1 additions and 1 deletions

View File

@ -52,7 +52,7 @@ class Netcdf < Formula
# Add newly created installation to paths so that binding libraries can
# find the core libs.
ENV.prepend 'PATH', bin
ENV.prepend 'PATH', bin, ':'
ENV.prepend 'CPPFLAGS', "-I#{include}"
ENV.prepend 'LDFLAGS', "-L#{lib}"