We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 406207a commit 4d9e859Copy full SHA for 4d9e859
scripts/genPatches.sh
@@ -1,7 +1,7 @@
1
#!/usr/bin/env bash
2
3
cd work/ || exit 1
4
-rm ../patches/*/*
+(cd ..&&rm -rf patches/*)
5
git format-patch --full-index --no-signature --zero-commit -N -o ../patches/picked base...picked
6
git format-patch --full-index --no-signature --zero-commit -N -o ../patches/client picked
7
-cd ../ && git add patches/
+(cd .. && git add patches)
0 commit comments