Changeset 278
- Timestamp:
- 04/26/08 06:06:31 (7 months ago)
- Files:
-
- trunk/bin/picolena (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/bin/picolena
r273 r278 12 12 end 13 13 14 #NOTE: Should accept either --spec or --spec-only 15 action= ARGV.include?("--spec") ? "testing" : "installing" 14 action= ARGV.any?{|opt| opt[0,6]=="--spec"} ? "testing" : "installing" 16 15 17 16 require 'rubigen/scripts/generate'
