diff options
Diffstat (limited to 'pkg')
| -rwxr-xr-x | pkg/build/linux_gen.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pkg/build/linux_gen.sh b/pkg/build/linux_gen.sh index c4de59ce0..7803ce514 100755 --- a/pkg/build/linux_gen.sh +++ b/pkg/build/linux_gen.sh @@ -7,5 +7,5 @@ set -eu echo -en '// Code generated by pkg/build/linux.go. DO NOT EDIT.\n\n' > linux_generated.go echo -en 'package build\n\n' >> linux_generated.go echo -en 'const createImageScript = `#!/bin/bash\n' >> linux_generated.go -cat ../../tools/create-gce-image.sh | egrep -v '^\s*#' >> linux_generated.go +cat ../../tools/create-gce-image.sh | grep -E -v '^\s*#' >> linux_generated.go echo -en '`\n\n' >> linux_generated.go |
