Skip to content
This repository has been archived by the owner on Mar 26, 2023. It is now read-only.

Commit

Permalink
Install kernel extensions when prims are loaded
Browse files Browse the repository at this point in the history
Closes #327
  • Loading branch information
johnnyt committed Jan 27, 2014
1 parent 5113f14 commit f0c4020
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions bin/maglev
Expand Up @@ -134,6 +134,8 @@ EOF
if [ "$result" -ne 0 ] ; then
echo "FAILED LOADING PRIMS: $result See $logfile"
fi
$MAGLEV_HOME/bin/maglev-ruby $MAGLEV_HOME/src/kernel/extensions.rb
fi
}
Expand Down

0 comments on commit f0c4020

Please sign in to comment.