Searched refs:tmpf (Results 1 – 1 of 1) sorted by relevance
54 tmpf="$destf.tmp"55 eval "${install} $srcf $tmpf"56 printf >"$tmpf" "#!%s\n" "$pythonpath"57 sed -e 1d "$srcf" >>"$tmpf"58 mv -f "$tmpf" "$destf"
Completed in 5 milliseconds