Home
last modified time | relevance | path

Searched refs:tmpStudioSh (Results 1 – 1 of 1) sorted by relevance

/packages/apps/ManagedProvisioning/studio-dev/
Dstudiow430 local tmpStudioSh="$(mktemp)"
436 head -n "$(("$insertionPoint"-1))" "$studioPath" > "$tmpStudioSh"
445 ) >> "$tmpStudioSh"
448 tail -n +"$insertionPoint" "$studioPath" >> "$tmpStudioSh"
451 chmod --reference="$studioPath" "$tmpStudioSh"
454 diff "$studioPath" "$tmpStudioSh" || :
455 mv "$tmpStudioSh" "$studioPath"