diff options
author | André Fabian Silva Delgado <andre@pc-01.localdomain> | 2012-03-15 18:40:05 -0300 |
---|---|---|
committer | André Fabian Silva Delgado <andre@pc-01.localdomain> | 2012-03-15 18:40:05 -0300 |
commit | b2471c84ef9e31dd8fb53255148619c815d8b9eb (patch) | |
tree | ef3b7f295da01f85252aee35e9c70c9812f54689 /libre/virtualbox-libre/vboxbuild | |
parent | ab03df8f46d1bc466158573215928f8965d85558 (diff) |
libre/virtualbox-libre
Diffstat (limited to 'libre/virtualbox-libre/vboxbuild')
-rw-r--r-- | libre/virtualbox-libre/vboxbuild | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/libre/virtualbox-libre/vboxbuild b/libre/virtualbox-libre/vboxbuild index e6fb94edd..4bc8e0c9d 100644 --- a/libre/virtualbox-libre/vboxbuild +++ b/libre/virtualbox-libre/vboxbuild @@ -83,4 +83,3 @@ if (( ${#MODLIST[*]} )); then stat_busy "Reloading VirtualBox kernel modules" modprobe -a "${MODLIST[@]}" && stat_done || stat_fail fi - |