antiright-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Antiright-devel] antiright/src ACE


From: Jeffrey Bedard
Subject: [Antiright-devel] antiright/src ACE
Date: Wed, 29 Mar 2006 01:43:43 +0000

CVSROOT:        /sources/antiright
Module name:    antiright
Branch:         
Changes by:     Jeffrey Bedard <address@hidden> 06/03/29 01:43:43

Modified files:
        src            : ACE 

Log message:
        Added Diff() utility.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/antiright/antiright/src/ACE.diff?tr1=1.66&tr2=1.67&r1=text&r2=text

Patches:
Index: antiright/src/ACE
diff -u antiright/src/ACE:1.66 antiright/src/ACE:1.67
--- antiright/src/ACE:1.66      Sun Mar 26 07:16:35 2006
+++ antiright/src/ACE   Wed Mar 29 01:43:43 2006
@@ -202,9 +202,9 @@
 }
 Diff()
 {
-       local file_a="$(arshell -Al 'Select the first file.' -ADF)"
-       local file_b="$(arshell -Al 'Select the second file.' -ADF)"
-       diff file_a file_b | arshell -Aw -p &
+       local file_a="$(arshell -Al 'Select the first file.' -ADf)"
+       local file_b="$(arshell -Al 'Select the second file.' -ADf)"
+       diff $file_a $file_b | arshell -Aw -p &
 }
 Files()
 {
@@ -314,7 +314,8 @@
        'ACE Mount_File_System'\
        'ACE Unmount_File_System'\
        'ACE See_Free_Space'\
-       'ACE Show_All_File_Systems'
+       'ACE Show_All_File_Systems'\
+       'ACE Diff'
 }
 
 Network_Panel()




reply via email to

[Prev in Thread] Current Thread [Next in Thread]