X-Git-Url: http://git.annexia.org/?p=libguestfs.git;a=blobdiff_plain;f=tools%2Frun-locally;h=cb3dca86221eeb8e2a5c907c72ff5e9c4bbd135a;hp=eb55d181c76e793df96415cd651fa12b032a824e;hb=a0f85ba643990da25b6afe6a2bbd2407cf312c73;hpb=792c5283009ed6753239a14df9a6e9c71bea35fd diff --git a/tools/run-locally b/tools/run-locally index eb55d18..cb3dca8 100755 --- a/tools/run-locally +++ b/tools/run-locally @@ -48,7 +48,6 @@ while(-l $path) { # Get the absolute path of the parent directory $path = abs_path(dirname($path).'/..'); -$ENV{PATH} = $path.'/hivex:'.$ENV{PATH}; $ENV{LD_LIBRARY_PATH} = $path.'/src/.libs'; $ENV{LIBGUESTFS_PATH} = $path.'/appliance'; $ENV{PERL5LIB} = $path.'/perl/blib/lib:'.$path.'/perl/blib/arch';