mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2026-09-20 13:22:39 +08:00
2004-07-28 Joel Sherrill <joel@OARcorp.com>
* release_support: Have a user name.
This commit is contained in:
@@ -1,3 +1,7 @@
|
||||
2004-07-28 Joel Sherrill <joel@OARcorp.com>
|
||||
|
||||
* release_support: Have a user name.
|
||||
|
||||
2004-07-14 Jay Monkman
|
||||
|
||||
* MAINTAINERS: Added Jay Monkman as ARM architecture maintainer
|
||||
|
||||
@@ -18,6 +18,12 @@ if test $# -lt 1 ; then
|
||||
usage "not enough arguments."
|
||||
fi
|
||||
|
||||
user_name=`grep ^$LOGNAME /etc/passwd | cut -d':' -f5 | cut -d',' -f1`
|
||||
# If you don't have user information, then we won't commit anything.
|
||||
if test "X${user_name}" = "X" ; then
|
||||
echo "User information not set"
|
||||
usage
|
||||
fi
|
||||
case $1 in
|
||||
name)
|
||||
echo "RTEMS"
|
||||
|
||||
Reference in New Issue
Block a user