|
From: Stefan S. <s...@xs...> - 2009-04-29 16:50:55
|
On Wed, 29 Apr 2009 17:55:52 +0200 Samuel Tardieu <sa...@rf...> wrote: > What about starting images with the string > > #! /usr/bin/env factor\n > > before any real data so that they can be made executable on Unix > systems (they would run Factor with the image file as a parameter)? +1. I have to admit that I have not yet run a factor image outside of the factor directory. Is there a "load path" environment variable for referencing the correct libraries? That might be good to have if factor images leave their nest ... but it could very well be already implemented and I just have not seen it yet. s. |