Beta Shell
v2.0 ยท web2.us.cloudlogin.co
[FM]
[CMD]
[PHP]
[DB]
[INFO]
[SEC]
File Manager
~
/
usr
/
share
/
doc
/
git
/
contrib
/
mw-to-git
/
bin-wrapper
Upload
3 items
Name
Size
Perms
Modified
Actions
[ .. / .. ]
git
419 B
-rw-r--r--
2024-05-31 00:41:06
Edit
Del
Editing: git
(419 B)
Path: /usr/share/doc/git/contrib/mw-to-git/bin-wrapper/git
Back
#!/bin/sh # git executable wrapper script for Git-Mediawiki to run tests without # installing all the scripts and perl packages. GIT_ROOT_DIR=../../.. GIT_EXEC_PATH=$(cd "$(dirname "$0")" && cd ${GIT_ROOT_DIR} && pwd) GITPERLLIB="$GIT_EXEC_PATH"'/contrib/mw-to-git'"${GITPERLLIB:+:$GITPERLLIB}" PATH="$GIT_EXEC_PATH"'/contrib/mw-to-git:'"$PATH" export GITPERLLIB PATH exec "${GIT_EXEC_PATH}/bin-wrappers/git" "$@"