Add -h/--help and -v/--verbose

This commit is contained in:
Sam Stephenson 2011-08-07 12:38:14 -05:00
parent 021280a3e1
commit 23dc3e2c00
2 changed files with 39 additions and 8 deletions

View file

@ -5,7 +5,7 @@ build_package_ree_installer() {
fi
{ ./installer --auto "$PREFIX_PATH" $options
} >$LOG_PATH 2>&1
} 2>&1 | log
}
use_gcc42_on_lion