Changeset 434


Ignore:
Timestamp:
09/30/2009 23:08:08 (3 years ago)
Author:
blee
Message:

Merge from trunk syntax check fix for confman create.

Fixes #73

Location:
branches/confman-1.9
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • branches/confman-1.9

    • Property svn:mergeinfo changed
      /trunkmerged: 433
  • branches/confman-1.9/confman.in

    r432 r434  
    8686 
    8787function create { 
    88     local module=$1 
    89     shift 
    9088    if [ -z "$*" ] ; then 
     89        print_usage 1 
     90    else 
    9191        conf_lock_wcopy 
     92        local module=$1 
    9293        conf_create_module $module || exit 1 
    9394        conf_unlock_wcopy 
    94     else 
    95         print_usage 1 
    9695    fi 
    9796} 
Note: See TracChangeset for help on using the changeset viewer.