[LON-CAPA-cvs] cvs: modules /TexConvert/tthperl commands

raeburn raeburn at source.lon-capa.org
Thu Aug 13 10:52:47 EDT 2015


raeburn		Thu Aug 13 14:52:47 2015 EDT

  Modified files:              
    /modules/TexConvert/tthperl	commands 
  Log:
  - Use the appropriate compiled tth.so.i386* for 32 bit distros that self-identify 
    as i686.
  
  
Index: modules/TexConvert/tthperl/commands
diff -u modules/TexConvert/tthperl/commands:1.20 modules/TexConvert/tthperl/commands:1.21
--- modules/TexConvert/tthperl/commands:1.20	Mon May  3 01:56:30 2010
+++ modules/TexConvert/tthperl/commands	Thu Aug 13 14:52:47 2015
@@ -3,10 +3,10 @@
 if [[ $arch == "unknown" ]];
 then
     arch=`uname -m`
-    if [[ $arch == i*86 ]];
-    then
-        arch="i386";
-    fi
+fi
+if [[ $arch == i*86 ]];
+then
+    arch="i386";
 fi
 if test ! -f ../tthdynamic/tthfunc.c
 then




More information about the LON-CAPA-cvs mailing list