From 3b84003a0523ecdf6f97dd509b2c63b2ee73133c Mon Sep 17 00:00:00 2001 From: Achim Gsell Date: Wed, 15 Feb 2017 17:25:37 +0100 Subject: [PATCH] Tools/git/modulefile - use Pmodules procedures --- Tools/git/modulefile | 12 +++++------- 1 file changed, 5 insertions(+), 7 deletions(-) diff --git a/Tools/git/modulefile b/Tools/git/modulefile index 149fa06..0ab41ac 100644 --- a/Tools/git/modulefile +++ b/Tools/git/modulefile @@ -2,12 +2,12 @@ set dont-setenv { GIT_DIR } -set whatis "distributed version control system" -set url "http://git-scm.com/" -set license "GNU GPL v2" -set maintainer "Achim Gsell " +module-whatis "distributed version control system" +module-url "http://git-scm.com/" +module-license "GNU GPL v2" +module-maintainer "Achim Gsell " -set help " +module-help " Git is a free and open source distributed version control system designed to handle everything from small to very large projects with speed and efficiency. @@ -17,5 +17,3 @@ performance. It outclasses SCM tools like Subversion, CVS, Perforce, and ClearCase with features like cheap local branching, convenient staging areas, and multiple workflows. " - -source $env(PSI_LIBMODULES)