]> git.ipfire.org Git - thirdparty/HylaFAX.git/commitdiff
More variable exports in faxrcvd to allow templates to use them.
authorAidan Van Dyk <aidan@ifax.com>
Mon, 4 Dec 2006 19:14:28 +0000 (19:14 +0000)
committerAidan Van Dyk <aidan@ifax.com>
Mon, 4 Dec 2006 19:14:28 +0000 (19:14 +0000)
util/faxrcvd.sh.in

index f0af407bd5794e8b42207f67f8fbcdac5c2b3767..10ca8a4aa13f60d5ee759d711eaf710e27a92d1e 100644 (file)
@@ -108,6 +108,7 @@ while [ $# -ge 1 ]; do
     # The eval has $1 set yet, and this forces a variable-to-variable
     # assignment, allowing us to not need to do escaping
     eval CALLID$COUNT='$1'
+    export CALLID$COUNT
     shift
     COUNT=`expr $COUNT + 1`
 done