git-annex: use double-quotes.

master
Mike McQuaid 2014-07-29 10:04:59 +02:00
parent 962895775c
commit a419a40010
1 changed files with 1 additions and 1 deletions

View File

@ -40,7 +40,7 @@ class GitAnnex < Formula
test do
# make sure git can find git-annex
ENV.prepend_path 'PATH', bin
ENV.prepend_path "PATH", bin
# create a first git repository with an annex
mkdir "my_annex" do
system "git", "init"