Fix potential git-apply
error
This commit is contained in:
parent
b8856918c8
commit
7afce914be
|
@ -11,7 +11,7 @@ projectDir="$rootHome/PortValhalla";
|
|||
nixDir="$profileDir/$root/nix/var/nix/profiles/per-user/root/channels/nixpkgs";
|
||||
mkdir -p "$rootHome";
|
||||
git clone .. "$projectDir";
|
||||
git -C .. diff HEAD | git -C "$projectDir" apply;
|
||||
git -C .. diff HEAD | git -C "$projectDir" apply --allow-empty;
|
||||
|
||||
git -C .. ls-files --exclude-standard --others | \
|
||||
while read file; do
|
||||
|
|
Loading…
Reference in a new issue