Initial commit.
This commit is contained in:
8
etckeeper/commit.d/30bzr-add
Executable file
8
etckeeper/commit.d/30bzr-add
Executable file
@@ -0,0 +1,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
|
||||
Reference in New Issue
Block a user