openSUSE / obs-build

OBS build script, can be used with OBS or stand alone
GNU General Public License v2.0
132 stars 183 forks source link

Call ls using its full name #884

Closed dcermak closed 1 year ago

dcermak commented 1 year ago

ls from PBuild::Util is not in the global namespace and referencing it without the full namespace results in errors like:

Undefined subroutine &PBuild::Job::ls called at /usr/lib/build/PBuild/Job.pm line 348.
mlschroe commented 1 year ago

That's weird, didn't that work already at some point in time? Anyway, thanks a lot.