Skip to content
Snippets Groups Projects
Commit 22eb678b authored by Vivek Das Mohapatra's avatar Vivek Das Mohapatra
Browse files

gen-stublib.sh: overzealous redirection corrected (leave stderr alone)

parent 368312fb
No related branches found
No related tags found
1 merge request!311Build capsule-capture-libs from a bundled copy of libcapsule
...@@ -34,7 +34,7 @@ dlopen_file=${proxy_src}.dlopen; ...@@ -34,7 +34,7 @@ dlopen_file=${proxy_src}.dlopen;
echo -n > $symbol_file; echo -n > $symbol_file;
echo -n > $map_file; echo -n > $map_file;
exec >& $proxy_src; exec >$proxy_src;
cat $top/capsule-shim.h; cat $top/capsule-shim.h;
......
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