Skip to content
Snippets Groups Projects
Commit e865bedd authored by Jeremy Soller's avatar Jeremy Soller
Browse files

Update cook.sh

parent 667b1a43
No related branches found
No related tags found
1 merge request!184Use the STRIP variable during prepend stage
......@@ -378,7 +378,7 @@ function op {
then
cp -v "$bin" "$stage/$BINDIR/$(basename $bin)"
else
${STRIP} -v "$bin" -o "$stage/$BINDIR/$(basename $bin)"
"${STRIP}" -v "$bin" -o "$stage/$BINDIR/$(basename $bin)"
fi
done
else
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment