Searched refs:tmp_new_symbols (Results 1 – 1 of 1) sorted by relevance
38 tmp_new_symbols="$(mktemp)"43 "$tmp_new_symbols" "$tmp_patched"53 comm -1 -3 "$tmp_old_sorted" "$tmp_new_sorted" > "$tmp_new_symbols"55 new_symbol_count="$(wc -l < "$tmp_new_symbols")"64 sort -u -o "$tmp_patched" -- "$to_be_patched" "$tmp_new_symbols"
Completed in 4 milliseconds