Skip to content

Commit

Permalink
Add test for CVS sandbox
Browse files Browse the repository at this point in the history
  • Loading branch information
tim committed Jul 2, 2003
1 parent d9b079a commit a8aea27
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions post-setup.rb
Expand Up @@ -143,6 +143,11 @@ def gen_example_images
end end
end end


if File.exists? 'CVS/Entries'
puts "\nSkipping post-setup.rb - in CVS sandbox"
exit
end

puts "\npost-setup.rb: setting up documentation..." puts "\npost-setup.rb: setting up documentation..."


# No use doing this if base URI is the default. # No use doing this if base URI is the default.
Expand Down

0 comments on commit a8aea27

Please sign in to comment.