gitv plugin.
[profile.git] / opt / p4 / p4-login
1 #!/bin/bash
2
3 . ${0%/*}/common
4
5 if [ -n "$P4LOGINSSO" ]; then
6   klist -s 2>/dev/null || kinit || unset P4LOGINSSO
7 fi
8 exec p4 $p4opts $p4command ${1+"$@"}