mirror of
https://github.com/lopsided98/nix-ros-overlay.git
synced 2025-07-13 21:50:38 +03:00
Add note about hex literal workaround.
This commit is contained in:
parent
9cb56b730b
commit
44fa801bab
1 changed files with 2 additions and 0 deletions
|
@ -42,6 +42,8 @@ _runCatkinEnvHook() {
|
||||||
_runCatkinEnvHooksArray() {
|
_runCatkinEnvHooksArray() {
|
||||||
# Run hooks in sorted order of their file names
|
# Run hooks in sorted order of their file names
|
||||||
# This would fail if a filename contained EOT
|
# This would fail if a filename contained EOT
|
||||||
|
|
||||||
|
# Work around https://github.com/NixOS/nix/issues/5262
|
||||||
local eot=$(printf '\004')
|
local eot=$(printf '\004')
|
||||||
while IFS= read -rd '' hook; do
|
while IFS= read -rd '' hook; do
|
||||||
_runCatkinEnvHook "$hook"
|
_runCatkinEnvHook "$hook"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue