Skip to content

Commit

Permalink
Per bug 799044, also look in /usr/local/etc/pastebin.d
Browse files Browse the repository at this point in the history
  • Loading branch information
stgraber committed Feb 12, 2012
1 parent 0db7ecb commit 71accaa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pastebinit
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ try:
# - user's overrides in ~/.pastebin.d
# Files found later override files found earlier.
pastebind = {}
for confdir in ['/usr/share/pastebin.d','/etc/pastebin.d',
for confdir in ['/usr/share/pastebin.d','/etc/pastebin.d','/usr/local/etc/pastebin.d',
os.path.join(os.path.dirname(__file__), 'pastebin.d'),
os.path.expanduser('~/.pastebin.d')]:
try:
Expand Down

0 comments on commit 71accaa

Please sign in to comment.