Skip to Content.
Sympa Menu

notify-dpml - svn commit: r2556 - development/main/depot/console/etc/bin

notify-dpml AT lists.ibiblio.org

Subject: DPML Notify

List archive

Chronological Thread  
  • From: peter AT neubauer.se
  • To: notify-dpml AT lists.ibiblio.org
  • Subject: svn commit: r2556 - development/main/depot/console/etc/bin
  • Date: Sat, 14 May 2005 05:29:45 +0000

Author: peter AT neubauer.se
Date: Sat May 14 05:29:40 2005
New Revision: 2556

Modified:
development/main/depot/console/etc/bin/depot
development/main/depot/console/etc/bin/depot-cygwin.sh
development/main/depot/console/etc/bin/depot-unix.sh
Log:
trying to fix linux errors

Modified: development/main/depot/console/etc/bin/depot
==============================================================================
--- development/main/depot/console/etc/bin/depot (original)
+++ development/main/depot/console/etc/bin/depot Sat May 14 05:29:40
2005
@@ -15,8 +15,7 @@
# implied.
#
# See the License for the specific language governing permissions and
-# limitations under the License.
-
+# limitations under the License
if [ ! "$DPML_HOME" ]; then
DPML_HOME="$HOME/.dpml"
export DPML_HOME
@@ -28,7 +27,7 @@
cd "$BIN_DIR"
ABSOLUTE_PATH=`pwd`
cd "$CWD"
- DPML_SYSTEM="`dirname "$ABSOLUTE_PATH"`"
+ DPML_SYSTEM="`dirname "$ABSOLUTE_PATH"`
export DPML_SYSTEM
fi


Modified: development/main/depot/console/etc/bin/depot-cygwin.sh
==============================================================================
--- development/main/depot/console/etc/bin/depot-cygwin.sh (original)
+++ development/main/depot/console/etc/bin/depot-cygwin.sh Sat May 14
05:29:40 2005
@@ -1,4 +1,4 @@
-#! /bin/sh
+#!/bin/sh
#
# Copyright 2004 Niclas Hedhman
#

Modified: development/main/depot/console/etc/bin/depot-unix.sh
==============================================================================
--- development/main/depot/console/etc/bin/depot-unix.sh (original)
+++ development/main/depot/console/etc/bin/depot-unix.sh Sat May 14
05:29:40 2005
@@ -1,4 +1,4 @@
-#! /bin/sh
+#!/bin/sh
#
# Copyright 2004 Niclas Hedhman
# Copyright 2005 Stephen McConnell



  • svn commit: r2556 - development/main/depot/console/etc/bin, peter, 05/14/2005

Archive powered by MHonArc 2.6.24.

Top of Page