Skip to content

.envrc: coreutils compat#86568

Closed
bukzor wants to merge 1 commit intomasterfrom
bukzor/coreutils-compat
Closed

.envrc: coreutils compat#86568
bukzor wants to merge 1 commit intomasterfrom
bukzor/coreutils-compat

Conversation

@bukzor
Copy link
Copy Markdown
Contributor

@bukzor bukzor commented Mar 6, 2025

avoid this error:

mktemp: too few X's in template ‘/tmp/sentry.envrc.42065.out’

avoid this error:

```
mktemp: too few X's in template ‘/tmp/sentry.envrc.42065.out’
```
@bukzor bukzor requested a review from a team as a code owner March 6, 2025 23:45
@bukzor bukzor requested a review from joshuarli March 6, 2025 23:45
@bukzor bukzor requested a review from a team as a code owner March 6, 2025 23:45
@bukzor bukzor enabled auto-merge (squash) March 6, 2025 23:45
Comment thread .envrc
# Since direnv traps the EXIT signal we place the temp file under /tmp for the odd time
# the script will use the EXIT path
_SENTRY_LOG_FILE=$(mktemp /tmp/sentry.envrc.$$.out || mktemp /tmp/sentry.envrc.XXXXXXXX.out)
_SENTRY_LOG_FILE=$(mktemp /tmp/sentry.envrc.XXXXXX.$$.out || mktemp /tmp/sentry.envrc.XXXXXXXX.out)
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

isn't that what the || is for ?

@getsantry
Copy link
Copy Markdown
Contributor

getsantry bot commented Jun 6, 2025

This pull request has gone three weeks without activity. In another week, I will close it.

But! If you comment or otherwise update it, I will reset the clock, and if you add the label WIP, I will leave it alone unless WIP is removed ... forever!


"A weed is but an unloved flower." ― Ella Wheeler Wilcox 🥀

@getsantry getsantry bot added Stale and removed Stale labels Jun 6, 2025
@getsantry
Copy link
Copy Markdown
Contributor

getsantry bot commented Jun 29, 2025

This issue has gone three weeks without activity. In another week, I will close it.

But! If you comment or otherwise update it, I will reset the clock, and if you remove the label Waiting for: Community, I will leave it alone ... forever!


"A weed is but an unloved flower." ― Ella Wheeler Wilcox 🥀

@getsantry getsantry bot added Stale and removed Stale labels Jun 29, 2025
@getsantry
Copy link
Copy Markdown
Contributor

getsantry bot commented Jul 22, 2025

This issue has gone three weeks without activity. In another week, I will close it.

But! If you comment or otherwise update it, I will reset the clock, and if you remove the label Waiting for: Community, I will leave it alone ... forever!


"A weed is but an unloved flower." ― Ella Wheeler Wilcox 🥀

@getsantry getsantry bot added Stale and removed Stale labels Jul 22, 2025
@getsantry
Copy link
Copy Markdown
Contributor

getsantry bot commented Aug 14, 2025

This issue has gone three weeks without activity. In another week, I will close it.

But! If you comment or otherwise update it, I will reset the clock, and if you remove the label Waiting for: Community, I will leave it alone ... forever!


"A weed is but an unloved flower." ― Ella Wheeler Wilcox 🥀

@getsantry getsantry bot added Stale and removed Stale labels Aug 14, 2025
@getsantry
Copy link
Copy Markdown
Contributor

getsantry bot commented Sep 6, 2025

This issue has gone three weeks without activity. In another week, I will close it.

But! If you comment or otherwise update it, I will reset the clock, and if you remove the label Waiting for: Community, I will leave it alone ... forever!


"A weed is but an unloved flower." ― Ella Wheeler Wilcox 🥀

@getsantry getsantry bot added Stale and removed Stale labels Sep 6, 2025
@getsantry getsantry bot added the Stale label Nov 5, 2025
@getsantry getsantry bot closed this Nov 13, 2025
auto-merge was automatically disabled November 13, 2025 08:00

Pull request was closed

@github-actions github-actions bot locked and limited conversation to collaborators Nov 28, 2025
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants