Ignore:
Timestamp:
Jan 8, 2009, 9:00:48 PM (15 years ago)
Author:
Jim Gifford <clfs@…>
Branches:
clfs-1.2, clfs-2.1, clfs-3.0.0-systemd, clfs-3.0.0-sysvinit, master, systemd, sysvinit
Children:
43c52a1
Parents:
7a109d08
Message:

Fixes to Patch Creaters

File:
1 edited

Legend:

Unmodified
Added
Removed
  • scripts/patch/readline-patch.sh

    r7a109d08 r2803d79  
    8484for dir in $(find * -type d); do
    8585        cd /usr/src/readline-${VERSION}/${dir}
    86         for file in $(find * -name *~); do
     86        for file in $(find . -name '*~'); do
    8787                rm -f ${file}
    8888        done
    89         for file in $(find * -name *.orig); do
     89        for file in $(find . -name '*.orig'); do
    9090                rm -f ${file}
    9191        done
    9292done
    9393cd /usr/src/readline-${VERSION}
    94 rm -f *.orig *~
     94rm -f *~ *.orig
    9595
    9696# Create Patch
Note: See TracChangeset for help on using the changeset viewer.