blob: d258fb8bc4e4d1f80f322f1ba511ca29fec00243 (
plain)
1
2
3
4
5
6
7
8
|
--- a/scripts/gen_build_files.sh
+++ b/scripts/gen_build_files.sh
@@ -1,4 +1,4 @@
-#!/bin/sh
+#!/usr/bin/env bash
# Note: was using sed OPTS CMD -- FILES
# but users complain that many sed implementations
|