diff options
Diffstat (limited to 'test/ar/func.sh')
-rwxr-xr-x | test/ar/func.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/ar/func.sh b/test/ar/func.sh index 635e799ec6905..2c31a76dc12a0 100755 --- a/test/ar/func.sh +++ b/test/ar/func.sh @@ -1,4 +1,4 @@ -# $Id: func.sh 2080 2011-10-27 04:23:24Z jkoshy $ +# $Id: func.sh 3626 2018-09-29 19:26:57Z jkoshy $ # `init' initializes test engine global data. # init() { @@ -72,7 +72,7 @@ udecode() { fi cd $1 || exit 1 - find . -type f -execdir uudecode {} \; + find . -type f -a -name '*.uu' -execdir uudecode {} \; find . -type f -name '*.uu' -delete } |