Ticket #2440 (closed bug: invalid)

Opened 7 months ago

Last modified 7 months ago

echo $LIBRARY_PATH -> %A

Reported by: emitrax Owned by: bonefish
Priority: normal Milestone: R1
Component: - General Version: R1 development
Cc: Blocked By:
Platform: All Blocking:

Description

if you echo the LIBRARY_PATH that contains the current directory (.) as the first directory, %A will be printed instead of .:/

Tested with r26097.

Attachments

echo_path.jpg (28.6 KB) - added by emitrax 7 months ago.

Change History

Changed 7 months ago by bonefish

Can't reproduce. Setting LIBRARY_PATH to ".", ".:/" or ".:/$LIBRARY_PATH" produces just the expected result. Please add the steps to reproduce it.

BTW, any particular reason for assigning this to me?

Changed 7 months ago by emitrax

Changed 7 months ago by emitrax

Because I thought it could be something terminal related.

Reproducing is just a matter of hitting the command "echo $LIBRARY_PATH". See screenshot attached.

Changed 7 months ago by bonefish

  • status changed from new to closed
  • resolution set to invalid

That looks like it should. "%A" is the placeholder for the application's directory.

Note: See TracTickets for help on using tickets.