projects
/
openwrt.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
busybox: use bash for gen_build_files.sh to avoid printf argument list issues on...
[openwrt.git]
/
package
/
busybox
/
patches
/
141-gen_build_files_bash.patch
1
--- a/scripts/gen_build_files.sh
2
+++ b/scripts/gen_build_files.sh
3
@@ -1,4 +1,4 @@
4
-#!/bin/sh
5
+#!/usr/bin/env bash
6
7
# Note: was using sed OPTS CMD -- FILES
8
# but users complain that many sed implementations
This page took
0.042775 seconds
and
5
git commands to generate.