projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
[netfilter] fix ipt_ttl and ipt_TTL userspace library packaging
[openwrt.git]
/
scripts
/
patch-specs.sh
diff --git
a/scripts/patch-specs.sh
b/scripts/patch-specs.sh
index
2ab7790
..
3307b6b
100755
(executable)
--- a/
scripts/patch-specs.sh
+++ b/
scripts/patch-specs.sh
@@
-62,7
+62,7
@@
patch_specs() {
}
-VERSION="$(STAGING_DIR="$DIR" "$CPP" --version |
head -n1
)"
+VERSION="$(STAGING_DIR="$DIR" "$CPP" --version |
sed -ne 's/^.* (.*) //; s/ .*$//; 1p'
)"
VERSION="${VERSION:-unknown}"
case "${VERSION##* }" in
This page took
0.020443 seconds
and
4
git commands to generate.