Searched refs:studioPath (Results 1 – 1 of 1) sorted by relevance
428 grep -qF 'STUDIO_LAUNCHED_WITH_WRAPPER' "$studioPath" && return433 local insertionPoint="$(grep --line-number OS_TYPE "$studioPath" | head -n 1 | cut -d ':' -f 1)"436 head -n "$(("$insertionPoint"-1))" "$studioPath" > "$tmpStudioSh"448 tail -n +"$insertionPoint" "$studioPath" >> "$tmpStudioSh"451 chmod --reference="$studioPath" "$tmpStudioSh"454 diff "$studioPath" "$tmpStudioSh" || :455 mv "$tmpStudioSh" "$studioPath"