summaryrefslogtreecommitdiff
path: root/postfix/postfix.sh
diff options
context:
space:
mode:
Diffstat (limited to 'postfix/postfix.sh')
-rwxr-xr-xpostfix/postfix.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/postfix/postfix.sh b/postfix/postfix.sh
index 9c90b8d..04ee0d6 100755
--- a/postfix/postfix.sh
+++ b/postfix/postfix.sh
@@ -179,7 +179,7 @@ getperlvarfromfile() {
export var="$1"
export default="$2"
file="$3"
- context="${3:-postfix}"
+ context="${4:-postfix}"
catfirstfile "$file" "$context" \
| perl -nE'/^\$$ENV{"var"}\h*=\h*(\d+)/ and $s=$1; END {print ($s) ? $s : $ENV{'default'}}'
}