diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2010-04-23 20:11:49 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2010-04-23 20:11:49 +0200 |
commit | 7c930f499fb6f007deec8235d99bdbd31d6e1255 (patch) | |
tree | c39319f45c096183bb75409a52035052dbf083b0 /package/cfgfs/src | |
parent | 7d19f814d203ae823d8dcaabbf411e26a99602a1 (diff) |
fix cfgfs status with latest busybox sort
Diffstat (limited to 'package/cfgfs/src')
-rw-r--r-- | package/cfgfs/src/fwcf.sh | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/package/cfgfs/src/fwcf.sh b/package/cfgfs/src/fwcf.sh index e921dfbdf..ea07ff247 100644 --- a/package/cfgfs/src/fwcf.sh +++ b/package/cfgfs/src/fwcf.sh @@ -328,6 +328,8 @@ if test $1 = status; then echo "<NULL> $name" >>$f done # this implementation of sort -o sucks: doesn't do in-place edits + # workaround a busybox bug? + touch sold_status snew_status sort -k2 -o sold_status $f sort -k2 -o snew_status cur_status gotany=0 |