X-Git-Url: https://git.stderr.nl/gitweb?p=matthijs%2Fupstream%2Fbackupninja.git;a=blobdiff_plain;f=handlers%2Frdiff;h=88aeaf3fc7b130ac5ee5e437f7c001a58ef216f5;hp=8f0edfb558ffd6ef4bbe24caf8acc210629c11ae;hb=c1c28e70326ebf75b37d0594df88adaf24045187;hpb=79cc6a73b3027dbc159f1d5fe8e9b8b05b7b6c19 diff --git a/handlers/rdiff b/handlers/rdiff index 8f0edfb..88aeaf3 100644 --- a/handlers/rdiff +++ b/handlers/rdiff @@ -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