Skip to content
Snippets Groups Projects
Commit b038b90d authored by Tim Behrens's avatar Tim Behrens
Browse files

*** empty log message ***

parent f8360537
No related branches found
No related tags found
No related merge requests found
Fdt 0 → 100644
#!/bin/sh
# Check for display being set \
if [ X`uname | grep CYGWIN`X = XX ] ; then
#\
if [ _$DISPLAY = _ ] ; then
#\
echo "DISPLAY is not set. Please set your DISPLAY environment variable!"
#\
exit 1
#\
fi
#\
fi
# the next line restarts using wish \
exec $FSLDIR/bin/tixwish "$0" "$@"
set INMEDX 0
set FSLDIR $env(FSLDIR)
set origname [ string tolower [ file tail [ info script ] ] ]
set UNAME [ exec uname ]
if { $UNAME == "Darwin" || [ string compare CYGWIN [ string range $UNAME 0 5 ] ] == 0 } {
regsub "_gui" $origname "" origname
}
source ${FSLDIR}/tcl/${origname}.tcl
exit
fdt.tcl 0 → 100644
This diff is collapsed.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment