소스 검색

less cat

tags/0.3.0
Jan Lehnardt 16 년 전
부모
커밋
53ec2d559b
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. +1
    -1
      Rakefile

+ 1
- 1
Rakefile 파일 보기

@@ -31,7 +31,7 @@ def templated_build(name, opts={})

# extra
if opts[:extra]
sh "cat #{source}/#{opts[:extra]} | sed -e 's/{{version}}/#{version}/' \
sh "sed -e 's/{{version}}/#{version}/' #{source}/#{opts[:extra]} \
> #{opts[:location]}/#{opts[:extra]}"
end



불러오는 중...
취소
저장