Merge branch 'master' of github.com:ndbroadbent/scm_breeze
This commit is contained in:
@@ -26,7 +26,7 @@ update_scm_breeze() {
|
|||||||
|
|
||||||
# Create '~/.*.scmbrc' files, or attempt to patch them if passed a previous revision
|
# Create '~/.*.scmbrc' files, or attempt to patch them if passed a previous revision
|
||||||
_create_or_patch_scmbrc() {
|
_create_or_patch_scmbrc() {
|
||||||
patchfile=$(mktemp)
|
patchfile=$(mktemp -t tmp.XXXXXXXXXX)
|
||||||
for scm in git; do
|
for scm in git; do
|
||||||
# Create file from example if it doesn't already exist
|
# Create file from example if it doesn't already exist
|
||||||
if ! [ -e "$HOME/.$scm.scmbrc" ]; then
|
if ! [ -e "$HOME/.$scm.scmbrc" ]; then
|
||||||
|
|||||||
Reference in New Issue
Block a user