![]() |
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Am 25.06.2010 17:30, schrieb max: > cp: impossibile creare il file normale `recvq_$DEVICE/fax000000011.tif': No > such file or directory > > Notice that the script isn't able to make the correct substitution for the > variable DEVICE > > NEWFILE=`echo $FILE | sed 's/recvq/recvq_$DEVICE/g' `; One way to do fix this: NEWFILE=`echo $FILE | sed 's/recvq/recvq_'$DEVICE'/g' ` Bodo -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.10 (GNU/Linux) iEYEARECAAYFAkwk1vsACgkQnMz9fgzDSqeiqQCeOue70pHR8YxFvSiIIY8z+qRo 6EQAmwbcx6wmB1CC8J8C+czoeSk5gpw+ =afQ9 -----END PGP SIGNATURE----- ____________________ HylaFAX(tm) Users Mailing List _______________________ To subscribe/unsubscribe, click http://lists.hylafax.org/cgi-bin/lsg2.cgi On UNIX: mail -s unsubscribe hylafax-users-request@xxxxxxxxxxx < /dev/null *To learn about commercial HylaFAX(tm) support, mail sales@xxxxxxxxx*