Changeset 278

Show
Ignore:
Timestamp:
04/26/08 06:06:31 (7 months ago)
Author:
eric.dumin..@gmail.com
Message:

small bugfix for picolena --spec or picolena --spec-only

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/bin/picolena

    r273 r278  
    1212end 
    1313 
    14 #NOTE: Should accept either --spec or --spec-only 
    15 action= ARGV.include?("--spec") ? "testing" : "installing" 
     14action= ARGV.any?{|opt| opt[0,6]=="--spec"} ? "testing" : "installing" 
    1615 
    1716require 'rubigen/scripts/generate'