delorie.com/archives/browse.cgi | search |
Mailing-List: | contact cygwin-help AT cygwin DOT com; run by ezmlm |
List-Subscribe: | <mailto:cygwin-subscribe AT cygwin DOT com> |
List-Archive: | <http://sources.redhat.com/ml/cygwin/> |
List-Post: | <mailto:cygwin AT cygwin DOT com> |
List-Help: | <mailto:cygwin-help AT cygwin DOT com>, <http://sources.redhat.com/ml/#faqs> |
Sender: | cygwin-owner AT cygwin DOT com |
Mail-Followup-To: | cygwin AT cygwin DOT com |
Delivered-To: | mailing list cygwin AT cygwin DOT com |
Message-ID: | <20021002185606.79218.qmail@web40201.mail.yahoo.com> |
Date: | Wed, 2 Oct 2002 11:56:06 -0700 (PDT) |
From: | Brian Rowe <schwaa98 AT yahoo DOT com> |
Subject: | Bash script and export CLASSPATH |
To: | cygwin AT cygwin DOT com |
MIME-Version: | 1.0 |
Hello, If I export CLASSPATH=blah on the command line it works fine. If I write a shell program that sets the CLASSPATH it won't set it! When I echo the value its right from the script, but when its done the CLASSPATH is not set. Any ideas on why this wouldn't work? #!/bin/sh export CLASSPATH="C:\jdk\lib\tools.jar" Run that, then check echo $CLASSPATH at the command line and CLASSPATH is the same. odd? __________________________________________________ Do you Yahoo!? New DSL Internet Access from SBC & Yahoo! http://sbc.yahoo.com -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Bug reporting: http://cygwin.com/bugs.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/
webmaster | delorie software privacy |
Copyright © 2019 by DJ Delorie | Updated Jul 2019 |