Index: openacs-4/etc/backup.sh =================================================================== RCS file: /usr/local/cvsroot/openacs-4/etc/backup.sh,v diff -u -r1.2 -r1.3 --- openacs-4/etc/backup.sh 11 Dec 2003 21:39:44 -0000 1.2 +++ openacs-4/etc/backup.sh 26 Jan 2004 15:39:41 -0000 1.3 @@ -86,7 +86,7 @@ TYPE="full"; fi -if $TYPE == "full"; +if [ $TYPE == "full" ]; then NEWER="" else @@ -152,7 +152,7 @@ # incremental backups are relative to the last successful full # backup -if $TYPE == "full"; +if [ $TYPE == "full" ]; then NEWER="" NOW=`date +%Y-%m-%d`