projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
fix shell escaping bug in append() function
[openwrt.git]
/
package
/
base-files
/
default
/
etc
/
nvram.sh
diff --git
a/package/base-files/default/etc/nvram.sh
b/package/base-files/default/etc/nvram.sh
index
4d39a10
..
ddbd88b
100644
(file)
--- a/
package/base-files/default/etc/nvram.sh
+++ b/
package/base-files/default/etc/nvram.sh
@@
-1,4
+1,6
@@
#!/bin/ash
+# Copyright (C) 2006 OpenWrt.org
+
# allow env to override nvram
nvram () {
This page took
0.021279 seconds
and
4
git commands to generate.