mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-04-15 09:57:58 +00:00
stdenv: concatStringsSep: quote ${sep}
This commit is contained in:
parent
d7c257035d
commit
64eaa63181
@ -382,7 +382,7 @@ concatStringsSep() {
|
||||
local IFS="$sep"
|
||||
echo -n "${nameref[*]}" ;;
|
||||
*)
|
||||
echo -n "${nameref// /${sep}}" ;;
|
||||
echo -n "${nameref// /"${sep}"}" ;;
|
||||
esac
|
||||
fi
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user