summaryrefslogtreecommitdiff
path: root/ipmasq/rules/A01precompute.rul
diff options
context:
space:
mode:
Diffstat (limited to 'ipmasq/rules/A01precompute.rul')
-rw-r--r--ipmasq/rules/A01precompute.rul6
1 files changed, 3 insertions, 3 deletions
diff --git a/ipmasq/rules/A01precompute.rul b/ipmasq/rules/A01precompute.rul
index 45786e6..b1bc4ce 100644
--- a/ipmasq/rules/A01precompute.rul
+++ b/ipmasq/rules/A01precompute.rul
@@ -15,7 +15,7 @@ if [ -n "$EXTERNAL" -o -n "$INTERNAL" -o -n "$IPSEC" ]; then
eval "PEEROFIF_$ii=$peer"
eval "BCOFIF_$ii=$bc"
if [ "$SHOWRULES" = "yes" ]; then
- echo -e " $i\t$ip/$nm"
+ /bin/echo -e " $i\t$ip/$nm"
fi
done
fi
@@ -45,11 +45,11 @@ if [ -n "$IPSEC" ]; then
IPSECCONN="$IPSECCONN $conncollect"
eval "IPSECCONN_${ii}=\"$conncollect\""
if [ "$SHOWRULES" = "yes" ]; then
- echo -e " $i\t$ip/$nm"
+ /bin/echo -e " $i\t$ip/$nm"
for conn in $conncollect; do
eval "IPSEC_HERE=\$IPSEC_HERE_$conn"
eval "IPSEC_THERE=\$IPSEC_THERE_$conn"
- echo -e " $IPSEC_HERE -> $IPSEC_THERE"
+ /bin/echo -e " $IPSEC_HERE -> $IPSEC_THERE"
done
fi
done