Skip to content

Commit 224ac49

Browse files
committed
Fix build_all.sh to strip before copy
1 parent dd18eb9 commit 224ac49

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/chef/build_all.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,6 @@ rootnode_windowcovering_RLCxaGi9Yx
5454

5555
for i in ${device_types[@]}
5656
do
57-
( ./chef.py -zbr -d $i -t linux && /bin/cp -avf linux/out/$i $1 && strip linux/out/$i ) || exit 1
57+
( ./chef.py -zbr -d $i -t linux && strip linux/out/$i && /bin/cp -avf linux/out/$i $1 ) || exit 1
5858
done
5959

0 commit comments

Comments
 (0)