scsh-users
[Top] [All Lists]

trouble with scripts

To: scsh-news@zurich.ai.mit.edu
Subject: trouble with scripts
From: david@vanhorn.com (David Van Horn)
Date: 22 Feb 2002 10:00:34 -0800
Organization: http://groups.google.com/
I am trying to install scsh on a solaris machine which I do not have
administrator privledges (ie. no install to /usr/local/)

so my install process went like this...

$> ./configure --prefix=/home/cs/csugrads/dvanhorn/scheme/scsh-0.6.0
$> make

I can run the scsh interpreter just fine, but my scripts dont seem to
work. for example, this simple script will not work...

#! /home/cs/csugrads/dvanhorn/scheme/scsh-0.6.0/bin/scsh -s
!#
(run (ls))

I attempt to run it with...

$> ./testscript
Badly placed ()'s.

Any ideas? 
Thanks
David

<Prev in Thread] Current Thread [Next in Thread>