Remove sudo
dependency in show-diff
script
This commit is contained in:
parent
b16f334bf4
commit
4950ffe5dd
1 changed files with 1 additions and 1 deletions
|
@ -13,7 +13,7 @@ pushd "${BASH_SOURCE%/*}" > /dev/null;
|
||||||
git add .;
|
git add .;
|
||||||
popd > /dev/null;
|
popd > /dev/null;
|
||||||
|
|
||||||
sudo rsync -r --exclude={.git,.gitignore,README.md,scripts,LICENSE,out,valhalla.patch,work} .. "$contextRoot"
|
rsync -r --exclude={.git,.gitignore,README.md,scripts,LICENSE,out,valhalla.patch,work} .. "$contextRoot"
|
||||||
} 2>&1 > /dev/null;
|
} 2>&1 > /dev/null;
|
||||||
|
|
||||||
pushd "$contextRoot" > /dev/null;
|
pushd "$contextRoot" > /dev/null;
|
||||||
|
|
Loading…
Reference in a new issue