antiright-devel
[Top][All Lists]
Advanced

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

[Antiright-devel] antiright doc/antiright.lsm lib/popup.c src/ACE


From: Jeffrey Bedard
Subject: [Antiright-devel] antiright doc/antiright.lsm lib/popup.c src/ACE
Date: Fri, 27 Jan 2006 03:50:42 +0000

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

Modified files:
        doc            : antiright.lsm 
        lib            : popup.c 
        src            : ACE 

Log message:
        Initial BASH removal.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/antiright/antiright/doc/antiright.lsm.diff?tr1=1.8&tr2=1.9&r1=text&r2=text
http://cvs.savannah.gnu.org/viewcvs/antiright/antiright/lib/popup.c.diff?tr1=1.8&tr2=1.9&r1=text&r2=text
http://cvs.savannah.gnu.org/viewcvs/antiright/antiright/src/ACE.diff?tr1=1.58&tr2=1.59&r1=text&r2=text

Patches:
Index: antiright/doc/antiright.lsm
diff -u antiright/doc/antiright.lsm:1.8 antiright/doc/antiright.lsm:1.9
--- antiright/doc/antiright.lsm:1.8     Mon Sep 26 21:52:04 2005
+++ antiright/doc/antiright.lsm Fri Jan 27 03:50:41 2006
@@ -3,7 +3,7 @@
 Version:       2.12
 Entered-date:  2005-09-24
 Description:   AntiRight is a lightweight desktop environment.  It utilizes 
the Motif/LessTif toolkit.  Its architecture is known as the AntiRight 
Configuration Environment (ACE).  Through this architecture, which is 
implemented with arshell, ACE, and system.antiright, a useable, scripted, and 
diverse utility set is implemented.  Arshell implements the core GUI with 
minimalistic aims in mind, allowing easy changing of GUI toolkits and an 
entirely interpreted environment.  
-Keywords:      AntiRight, desktop, shell, motif, bash, browser, clock, 
calculator, command, launcher, panel, file, manager, load, meter, theme, 
background, color, sticky, note, CD, music, text, editor
+Keywords:      AntiRight, desktop, shell, motif, sh, browser, clock, 
calculator, command, launcher, panel, file, manager, load, meter, theme, 
background, color, sticky, note, CD, music, text, editor
 Author:                address@hidden (Jeffrey Bedard)
 Maintained-by: address@hidden (Jeffrey Bedard)
 Primary-site:  http://www.nongnu.org/antiright
Index: antiright/lib/popup.c
diff -u antiright/lib/popup.c:1.8 antiright/lib/popup.c:1.9
--- antiright/lib/popup.c:1.8   Sat Jul 23 17:10:09 2005
+++ antiright/lib/popup.c       Fri Jan 27 03:50:42 2006
@@ -139,7 +139,7 @@
   antiright_button(motif_menu, "XtAddCallback();", 
                   antiright_popup_insert_cb, (XtPointer)parent_widget);
   shell_menu=antiright_menu(submenu, "Shell");
-  antiright_button(shell_menu, "#!/usr/bin/env bash", 
+  antiright_button(shell_menu, "#!/bin/sh", 
                   antiright_popup_insert_cb, (XtPointer)parent_widget);
   antiright_button(shell_menu, "if [   ]; then", 
                   antiright_popup_insert_cb, (XtPointer)parent_widget);
Index: antiright/src/ACE
diff -u antiright/src/ACE:1.58 antiright/src/ACE:1.59
--- antiright/src/ACE:1.58      Mon Sep 26 21:52:04 2005
+++ antiright/src/ACE   Fri Jan 27 03:50:42 2006
@@ -1,4 +1,4 @@
-#!/usr/bin/env bash
+#!/bin/sh
 
 #    AntiRight (c) 2002-2005 Jeffrey Bedard address@hidden
 




reply via email to

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