patching patch

master
Vincent Grande 2020-06-04 23:51:22 -04:00
parent d0edae0d86
commit f0c22848bb
1 changed files with 1 additions and 1 deletions

View File

@ -39,7 +39,7 @@ patch --directory="$_sourcedir" --strip=0 < terminfo.patch
echo 'Applying patches from $_startdir if they exist...'
if [ -d "$_startdir}/patches" ]; then
if [ -d "$_startdir/patches" ]; then
for patch in $_startdir/patches/*.diff; do
echo "Applying $patch ..."
patch -p1 -s -i "$patch"