OSSP CVS Repository

ossp - Difference in ossp-pkg/shiela/shiela-install.sh versions 1.9 and 1.10
Not logged in
[Honeypot]  [Browse]  [Home]  [Login]  [Reports
[Search]  [Ticket]  [Timeline
  [History

ossp-pkg/shiela/shiela-install.sh 1.9 -> 1.10

--- shiela-install.sh    2002/12/21 11:00:17     1.9
+++ shiela-install.sh    2002/12/22 11:06:50     1.10
@@ -321,12 +321,24 @@
 fi
 query U tool_diff
 
+if [ ".$V_tool_xdelta" = . ]; then
+    V_tool_xdelta="xdelta"
+    for path in $paths; do
+        path=`echo $path | sed -e 's;/*$;;'`
+        if [ $minusx "$path/xdelta" ] && [ ! -d "$path/xdelta" ]; then
+            V_tool_xdelta="$path/xdelta"
+            break
+        fi
+    done
+fi
+query U tool_xdelta
+
 if [ ".$V_tool_uuencode" = . ]; then
     V_tool_uuencode="uuencode"
     for path in $paths; do
         path=`echo $path | sed -e 's;/*$;;'`
         if [ $minusx "$path/uuencode" ] && [ ! -d "$path/uuencode" ]; then
-            V_tool_diff="$path/uuencode"
+            V_tool_uuencode="$path/uuencode"
             break
         fi
     done

CVSTrac 2.0.1