SOURCES: xmaxima.sh - use exec to save some memory for idle sh

glen glen at pld-linux.org
Wed Sep 5 13:19:10 CEST 2007


Author: glen                         Date: Wed Sep  5 11:19:10 2007 GMT
Module: SOURCES                       Tag: HEAD
---- Log message:
- use exec to save some memory for idle sh

---- Files affected:
SOURCES:
   xmaxima.sh (1.1 -> 1.2) 

---- Diffs:

================================================================
Index: SOURCES/xmaxima.sh
diff -u SOURCES/xmaxima.sh:1.1 SOURCES/xmaxima.sh:1.2
--- SOURCES/xmaxima.sh:1.1	Wed Sep  5 11:49:44 2007
+++ SOURCES/xmaxima.sh	Wed Sep  5 13:19:05 2007
@@ -1,3 +1,3 @@
 #!/bin/sh
-
-MAXIMA_DIRECTORY=/usr xmaxima
+export MAXIMA_DIRECTORY=/usr
+exec xmaxima
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SOURCES/xmaxima.sh?r1=1.1&r2=1.2&f=u



More information about the pld-cvs-commit mailing list