remctl: quote filename with comment marker

The # is interpreted as the start of a comment and escaping it is not allowed to preserve portability
This commit is contained in:
DESPsyched
2025-09-10 06:41:00 -04:00
parent 7b3f27918d
commit b2b8e2c5a7
+3 -1
View File
@@ -25,7 +25,9 @@ stdenv.mkDerivation (finalAttrs: {
postPatch = ''
patchShebangs tests
sed -i '\,server/acl/localgroup,d' tests/TESTS
substituteInPlace configure.ac --replace "-Werror" ""
substituteInPlace Makefile.am \
--replace-fail "tests/data/acls/val\#id" "'tests/data/acls/val#id'"
'';
nativeBuildInputs = [