Sven Joachim a écrit :
--- backup-methods.sh   2009-03-09 12:02:44.000000000 -0200
+++ /usr/share/backup-manager/backup-methods.sh 2009-03-09
12:02:50.000000000 -0200
@@ -336,7 +336,7 @@
         master_day=$(date +'%w')
     ;;
     monthly)
-        master_day=$(date +'%d')
+        master_day=$(date +'%-d')
     ;;
     *)
         error "Unknown frequency: \$BM_TARBALLINC_MASTERDATETYPE"

Or we could use [ instead of [[ again, but that would lose some
consistency since [[ is used throughout.  Alexis, will you install this
patch upstream?  I'm going to put it in the next Debian version.

The use of [[ ]] isntead of [ ] has been applied for performances reasons actually.

The patch above has just been applied.

Thanks for the report and the patch.

--
Alexis Sukrieh



--
To UNSUBSCRIBE, email to [email protected]
with a subject of "unsubscribe". Trouble? Contact [email protected]

Reply via email to