[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Problem
From: |
quinnfazigu |
Subject: |
Re: Problem |
Date: |
Tue, 23 Sep 2008 15:11:50 -0700 (PDT) |
User-agent: |
G2/1.0 |
Do you have the magic shebang line at the top of your script? I added
it to mine, fixing the problem with a few scripts. Certainly it's a
problem with bash or some distro's packaging of it, but adding the
magic line fixed it:
#!/bin/bash
On Sep 11, 11:21 am, Loic-externe CHARRE <loic-externe.cha...@edf.fr>
wrote:
> I have a problement when i execute my script. My script
> works well on other server but on this server when i execute i have this
> message :
>
> ./GestCompte: TableauRep[1]=rn: command not found
> ./GestCompte: ${pointeur} --- ${TableauRep[${pointeur}]} : bad substitution
> free: Called with already freed block argument
>
> Tell bug-b...@prep.ai.mit.edu to fix this someday.
> Stopping myself...Abort (core dumped)
> root@cnndmilp:/ #
- Problem, Loic-externe CHARRE, 2008/09/11
- Re: Problem,
quinnfazigu <=