aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Homebrew/download_strategy.rb
diff options
context:
space:
mode:
authorJack Nagel2014-12-06 15:53:37 -0500
committerJack Nagel2014-12-06 15:53:37 -0500
commit1e538d67726ac1841944636d8160e9b5bdd06d7d (patch)
tree957aad3e0b3ede37a8c492d5d686b8b0e2a82486 /Library/Homebrew/download_strategy.rb
parent9ea37bb042b3e9172548dffd3293a6cad8c4adfd (diff)
downloadhomebrew-1e538d67726ac1841944636d8160e9b5bdd06d7d.tar.bz2
Demote FIXME to a normal comment
Diffstat (limited to 'Library/Homebrew/download_strategy.rb')
-rw-r--r--Library/Homebrew/download_strategy.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Homebrew/download_strategy.rb b/Library/Homebrew/download_strategy.rb
index 4fd43b0ae..a63774f46 100644
--- a/Library/Homebrew/download_strategy.rb
+++ b/Library/Homebrew/download_strategy.rb
@@ -686,7 +686,7 @@ end
class BazaarDownloadStrategy < VCSDownloadStrategy
def stage
- # FIXME: The export command doesn't work on checkouts
+ # The export command doesn't work on checkouts
# See https://bugs.launchpad.net/bzr/+bug/897511
FileUtils.cp_r Dir[@clone+"{.}"], Dir.pwd
FileUtils.rm_r ".bzr"