remctl: quote filename with comment marker (#441740)

This commit is contained in:
dish
2025-09-10 10:36:48 -04:00
committed by GitHub
+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 = [