Commit 3e3161c7 authored by neilpang's avatar neilpang
Browse files

fix format

parent 694af4ae
...@@ -71,7 +71,7 @@ _PDD_get_domain() { ...@@ -71,7 +71,7 @@ _PDD_get_domain() {
for d in $__all_domains; do for d in $__all_domains; do
if [ "$d" = "$__t" ]; then if [ "$d" = "$__t" ]; then
p=$(_math $k - 1) p=$(_math $k - 1)
curSubdomain="$(echo "$fulldomain" | cut -d . -f 1-$p)" curSubdomain="$(echo "$fulldomain" | cut -d . -f "1-$p")"
echo "$__t" echo "$__t"
return return
fi fi
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment