Commit f525cf35 authored by Christof Schulze's avatar Christof Schulze 😎 Committed by cschulze
Browse files

[*] modified abaqus : added Variable and Message to point to the Documentation

parent fd652d40
Loading
Loading
Loading
Loading
+7 −2
Original line number Diff line number Diff line
@@ -9,6 +9,7 @@ proc ModulesHelp { } {

        puts stderr "\tAdds 'Abaqus' to your PATH environment variable"
        puts stderr "\n\tDescription TODO"
	puts stderr "\n\tABAQUS_DOC : URL to acces the Abaqus Help environment"
        puts stderr "\n\tVersion $version\n"
}

@@ -25,6 +26,10 @@ setenv ABAQUS_BASE $pkghome/
setenv			ABAQUS_COMMANDS	$pkghome/Commands
setenv 			XLIB_SKIP_ARGB_VISUALS 1 

set-alias		abaqus		$pkghome/6.13-3/code/bin/abq6133
setenv			ABAQUS_DOC	"http://131.188.220.236:2180/v6.13/index.html"

set-alias		abaqus		$pkghome/6.13-3/Commands/abq6133

unset			pkghome

puts 			stderr		"Abaqus Help system can be found on 'http://131.188.220.236:2180/v6.13/index.html'"
 No newline at end of file