fix regexp

This commit is contained in:
Nico Schottelius 2020-12-09 12:57:48 +01:00
parent 4e7596a774
commit 7014e3cb82
1 changed files with 1 additions and 1 deletions

View File

@ -16,7 +16,7 @@ cd ipxe/src
sed -i \
-e 's/^#undef.*NET_PROTO_IPV6/#define NET_PROTO_IPV6/' \
-e 's,//^#define.*NET_PROTO_IPV6,#define NET_PROTO_IPV6,' \
-e 's,^//#define.*NET_PROTO_IPV6,#define NET_PROTO_IPV6,' \
-e 's/^#undef.*DOWNLOAD_PROTO_HTTPS/#define DOWNLOAD_PROTO_HTTPS/' \
-e 's,^//#define POWEROFF_CMD,#define POWEROFF_CMD,' \
-e 's,^//#define PING_CMD,#define PING_CMD,' \