Guest User

Untitled

a guest
Jan 16th, 2019
76
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.41 KB | None | 0 0
  1. # Prepend group project ownership to each project.
  2. origin=`grep "$project" $rdir/.repo/manifest.xml | awk {'print $4'} | cut -f2 -d '"'`
  3. if [ "$origin" = "aokp" ]; then
  4. proj_credit=AOKP
  5. elif [ "$origin" = "aosp" ]; then
  6. proj_credit=AOSP
  7. elif [ "$origin" = "cm" ]; then
  8. proj_credit=CyanogenMod
  9. else
  10. proj_credit=""
  11. fi
Add Comment
Please, Sign In to add comment