dup & rdiff: fixed * expansion in e-mails
authorintrigeri <intrigeri@boum.org>
Sun, 4 Jun 2006 00:43:00 +0000 (00:43 +0000)
committerintrigeri <intrigeri@boum.org>
Sun, 4 Jun 2006 00:43:00 +0000 (00:43 +0000)
handlers/dup
handlers/rdiff

index 715427c33a7884f9b4079ffa13aba79efa155751..b4a7c9db3bc722bb15c5ff58007a89d3e02e3e72 100644 (file)
@@ -138,7 +138,7 @@ for i in $exclude; do
    if [ -n "$str" ]; then
       execstr="${execstr}--exclude '$str' "
    else
-      warning "exclude statement ${i//__star__/*} will be ignored. $symlinks_warning"
+      warning "exclude statement '${i//__star__/*}' will be ignored. $symlinks_warning"
    fi
 done
        
@@ -150,7 +150,7 @@ for i in $include; do
    if [ -n "$str" ]; then
       execstr="${execstr}--include '$str' "
    else
-      warning "include statement ${i//__star__/*} will be ignored. $symlinks_warning"
+      warning "include statement '${i//__star__/*}' will be ignored. $symlinks_warning"
    fi
 done
 
@@ -163,7 +163,7 @@ if [ $usevserver = yes ]; then
          if [ -n "$str" ]; then
            execstr="${execstr}--include '$str' "
          else
-            warning "vsinclude statement ${vi//__star__/*} will be ignored for VServer $vserver. $symlinks_warning"
+            warning "vsinclude statement '${vi//__star__/*}' will be ignored for VServer $vserver. $symlinks_warning"
          fi
       done
    done
index 8f0edfb558ffd6ef4bbe24caf8acc210629c11ae..88aeaf3fc7b130ac5ee5e437f7c001a58ef216f5 100644 (file)
@@ -182,7 +182,7 @@ for i in $exclude; do
    if [ -n "$str" ]; then
       execstr="${execstr}--exclude '$str' "
    else
-      warning "exclude statement ${i//__star__/*} will be ignored. $symlinks_warning"
+      warning "exclude statement '${i//__star__/*}' will be ignored. $symlinks_warning"
    fi
 done
 # includes 
@@ -193,7 +193,7 @@ for i in $include; do
    if [ -n "$str" ]; then
       execstr="${execstr}--include '$str' "
    else
-      warning "include statement ${i//__star__/*} will be ignored. $symlinks_warning"
+      warning "include statement '${i//__star__/*}' will be ignored. $symlinks_warning"
    fi
 done
 
@@ -206,7 +206,7 @@ if [ $usevserver = yes ]; then
          if [ -n "$str" ]; then
            execstr="${execstr}--include '$str' "
          else
-            warning "vsinclude statement ${vi//__star__/*} will be ignored for VServer $vserver. $symlinks_warning"
+            warning "vsinclude statement '${vi//__star__/*}' will be ignored for VServer $vserver. $symlinks_warning"
          fi
       done
    done