Opened 15 years ago
Closed 15 years ago
#5373 closed bug (fixed)
[patch] Fix typo that affect installoptionalpackage's functionality
Reported by: | mmadia | Owned by: | nobody |
---|---|---|---|
Priority: | normal | Milestone: | R1 |
Component: | Applications/Command Line Tools | Version: | R1/Development |
Keywords: | Cc: | ||
Blocked By: | Blocking: | ||
Platform: | All |
Description
In function AddSymlinkToHaikuImage(), mkdir -p "${dirTokens}"
needs the '$' escaped. Otherwise the generated script will have mkdir -p ""
Attachments (1)
Change History (2)
by , 15 years ago
Attachment: | installoptionalpackage-FixTypo.patch added |
---|
comment:1 by , 15 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
Fixed in hrev35420.