File: 30bzr-add

package info (click to toggle)
etckeeper 1.15
  • links: PTS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 412 kB
  • ctags: 41
  • sloc: sh: 1,072; python: 64; makefile: 58
file content (8 lines) | stat: -rwxr-xr-x 138 bytes parent folder | download | duplicates (10)
1
2
3
4
5
6
7
8
#!/bin/sh
set -e

if [ "$VCS" = bzr ] && [ -d .bzr ]; then
	if ! bzr add -q .; then
		echo "etckeeper warning: bzr add failed" >&2
	fi
fi