Skip to main content
Topic solved
This topic has been marked as solved and requires no further attention.
Topic: who maintains /etc/profile.d/perlbin.sh? (Read 948 times) previous topic - next topic
0 Members and 2 Guests are viewing this topic.

who maintains /etc/profile.d/perlbin.sh?

This file is throwing errors upon use of the "su -" command:

Code: [Select]
-bash: append_path: command not found
-bash: append_path: command not found
-bash: append_path: command not found


the troublesome code lines from  /etc/profile.d/perlbin.sh:
Code: [Select]
[ -d /usr/bin/site_perl ] && append_path '/usr/bin/site_perl'

[ -d /usr/bin/vendor_perl ] && append_path '/usr/bin/vendor_perl'

[ -d /usr/bin/core_perl ] && append_path '/usr/bin/core_perl'

export PATH


There is an arch bug report, but it claims its not a bug:
https://bugs.archlinux.org/task/67999


Re: who maintains /etc/profile.d/perlbin.sh?

Reply #1
According to pacman, it is owned by perl

Re: who maintains /etc/profile.d/perlbin.sh?

Reply #2
Thanks.  Just wanted to ensure artix didnt need to address this.