mirror of
ssh://git.janware.com/srv/git/janware/proj/jw-pkg
synced 2026-01-15 12:03:31 +01:00
pgit.sh: Replace PGIT_LOGIN by JANWARE_USER
Signed-off-by: Jan Lindemann <jan@janware.com>
This commit is contained in:
parent
0e52bbcc42
commit
fa7059b706
1 changed files with 1 additions and 1 deletions
|
|
@ -54,7 +54,7 @@ clone()
|
||||||
config
|
config
|
||||||
cd $pdir
|
cd $pdir
|
||||||
local fromuser=$PGIT_CLONE_FROM_USER
|
local fromuser=$PGIT_CLONE_FROM_USER
|
||||||
local login=$PGIT_LOGIN
|
local login=$JANWARE_USER
|
||||||
local projects="$PGIT_CLONE_PROJECTS"
|
local projects="$PGIT_CLONE_PROJECTS"
|
||||||
[ "$login" ] || login=`whoami`
|
[ "$login" ] || login=`whoami`
|
||||||
[ "$fromuser" ] || fromuser=`whoami`
|
[ "$fromuser" ] || fromuser=`whoami`
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue