wilas / vbkick

Tool for building and maintaining VirtualBox VMs described as a code in a single definition file.
Other
8 stars 5 forks source link

sed: illegal option -- r on Mac OS X #43

Closed gregelin closed 10 years ago

gregelin commented 10 years ago
mbair:vbkick greg$ cd examples/SL6_provisioner/
mbair:SL6_provisioner greg$ vbkick build myVM
[INFO] Loading "definition.cfg" definition...
sed: illegal option -- r
usage: sed script [-Ealn] [-i extension] [file ...]
       sed [-Ealn] [-i extension] [-e script] ... [-f script_file] ... [file ...]
[INFO] Signal handler - cleanup before exiting...

We temporarily fixed by editing options in common.cfg

#files_to_autoupdate_vbox_version=(
#    "postinstall/adm_envrc"
#    "validate/adm_envrc"
#)
wilas commented 10 years ago

fixed by 13b2a457b67211f0f50ff1064475fd3ec79f454c