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

*** empty log message ***

parent b038b90d
No related branches found
No related tags found
No related merge requests found
#!/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
...@@ -23,6 +23,7 @@ MEDOBJS=medianfilter.o ...@@ -23,6 +23,7 @@ MEDOBJS=medianfilter.o
XFILES = dtifit probtrack find_the_biggest medianfilter XFILES = dtifit probtrack find_the_biggest medianfilter
RUNTCLS = Fdt
all: ${XFILES} all: ${XFILES}
......
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