Skip to content
Snippets Groups Projects
Commit 6a3c7754 authored by bill-auger's avatar bill-auger
Browse files

freedom-maker: bugfix patch find command

parent feea6553
Branches nabia
No related tags found
No related merge requests found
......@@ -22,7 +22,7 @@ VERSION=1
. ./config
for patch in $(find $DATA/ -name *.patch)
for patch in $(ls -v ${DATA}/*.patch)
do
echo "Applying $patch"
patch -Np1 < $patch
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment