Comment 7 for bug 345183

Revision history for this message
Paul Dufresne (paulduf) wrote :

Ok, Sorry, It works.
It works if I use a mini script:
#!/bin/bash
echo CUPS=$CUPS
echo 0=$0 1=$1 2=$2 3=$3

paul@Arcturus:~$ CUPS=trio ./myecho
CUPS=trio
0=./myecho 1= 2= 3=