projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
use #!/usr/bin/env perl instead of #!/usr/bin/perl in openwrt scripts (fixes #2998)
[openwrt.git]
/
scripts
/
env
diff --git
a/scripts/env
b/scripts/env
index
e088695
..
642a329
100755
(executable)
--- a/
scripts/env
+++ b/
scripts/env
@@
-103,6
+103,7
@@
env_diff() {
env_init
env_sync_data
git diff --cached
+ env_link_config
}
env_save() {
This page took
0.021335 seconds
and
4
git commands to generate.