From 6f749e9595de50bdd8b7637155d3e40d94a45400 Mon Sep 17 00:00:00 2001 From: Michael Stahl Date: Wed, 10 Apr 2013 15:22:55 +0200 Subject: odk: remove duplicative setsdenv_unix.csh Having to maintain only one of these seems easier, and likely nobody uses csh any more. Change-Id: Ia4ddb54d27999fbf17ceea0b8bd76e59a29b023d --- odk/docs/install.html | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) (limited to 'odk/docs') diff --git a/odk/docs/install.html b/odk/docs/install.html index 3594ac0c56eb..7f44cb183fb7 100644 --- a/odk/docs/install.html +++ b/odk/docs/install.html @@ -141,10 +141,10 @@

The SDK provides an implicit configuration mechanism, which configures the SDK build environment to your personal needs the first - time you use the SDK environment. This configuration step creates one or - two new setsdkenv_XXX scripts in the user's home directory:

+ time you use the SDK environment. This configuration step creates one + new setsdkenv_XXX script in the user's home directory:

The automatically started configure script (Unix and Windows2000/XP) @@ -244,9 +244,8 @@

You must run the setsdkenv_XXX script every time you want to use the configured SDK environment. The settings are local for the current shell on Windows or the new started shell on UNIX. On UNIX you - can now source one of the prepared environment - script files ("setsdkenv_unix.sh" or - "setsdkenv_unix.csh" dependending on the shell you use) to prepare + can now source the prepared environment + script file ("setsdkenv_unix.sh") to prepare your current shell instead of starting a new shell.

-- cgit