~ubuntu-branches/ubuntu/edgy/rsnapshot/edgy

« back to all changes in this revision

Viewing changes to utils/make_cvs_snapshot.sh

  • Committer: Bazaar Package Importer
  • Author(s): Simon Boulet
  • Date: 2006-06-05 22:03:45 UTC
  • mfrom: (3.1.1 etch)
  • Revision ID: james.westby@ubuntu.com-20060605220345-byz0jaecexc3h2m4
Tags: 1.2.9-1
* New upstream release
* Updated Free Software Foundation address in debian/copyright
* Added rsnapshot-diff man page from CVS
* Switched autotools-dev and rsync back to Build-Depends-Indep

Show diffs side-by-side

added added

removed removed

Lines of Context:
12
12
# this was done before manually, now it's automatic
13
13
##############################################################################
14
14
 
15
 
if [ $PWD = "$HOME/projects/rsnapshot" ]; then
 
15
# $Id: make_cvs_snapshot.sh,v 1.6 2005/06/18 02:30:53 scubaninja Exp $
 
16
 
 
17
if [ $PWD = "$HOME/projects/rsnapshot/rsnapshot" ]; then
16
18
        echo "This is not where you want to be. cp -r to a different directory first!"
17
19
        echo "Quitting now!"
18
20
        exit 1