Changeset 1130

Show
Ignore:
Timestamp:
08/09/2012 05:37:26 AM (9 months ago)
Author:
moo
Message:

devel: fix smarter args for run

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/devel/run

    r1128 r1130  
    226226    case "$1" in 
    227227    phpize) do_phpize; exit;; 
    228     make) do_make "$@"; exit;; 
     228    make) shift; do_make "$@"; exit;; 
    229229    *) do_make;; 
    230230    esac