octave-maintainers
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

"pkg prefix" is noisy


From: Thomas Weber
Subject: "pkg prefix" is noisy
Date: Wed, 02 Apr 2008 10:34:13 +0200

Hi, 

with current tip (3c16e2414564):

===============================
octave:1> pkg prefix /tmp
ans = /tmp
===============================

This is due to line 318, 

        local_packages = prefix;

which is later returned. I spent some time looking through my code for a
forgotten semicolon, until I understood that this comes from pkg.m
itself. 

So, is the above assignement necessary for something? If not, I'll
sumbmit a patch to remove it, its information value is zero.

        Thomas




reply via email to

[Prev in Thread] Current Thread [Next in Thread]