changeset 66:aeeb2c3d7cd5

unix2dos not actually used (and it doesn't exist on os/x), plus another fix
author Chris Cannam
date Mon, 29 Sep 2014 14:37:33 +0100
parents d8563d4879f3
children 299dce837958 37586661a088
files SCRIPTS/process.sh
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/SCRIPTS/process.sh	Mon Sep 22 11:47:11 2014 +0100
+++ b/SCRIPTS/process.sh	Mon Sep 29 14:37:33 2014 +0100
@@ -13,7 +13,7 @@
 case "$mydir" in /*);; *) mydir=$(pwd)/"$mydir";; esac
 
 have_all=true
-for program in make unix2dos perl git svn hg zip tar ; do
+for program in make perl git svn hg zip tar ; do
     if ! $program --version >/dev/null 2>&1; then
 	if ! $program -v 2>&1 | grep -q version; then
 	    echo " ** $program program not found"
@@ -469,7 +469,7 @@
     good=yes
     echo 
     echo "Testing existence of README and accompanying files..."
-    if ! ls -1 "$dir" | egrep -qi "^readme(.txt|)$"; then
+    if ! ls -1 "$dir" | egrep -qi "^readme(.txt)?$"; then
 	echo "ERROR: no README file found" | tee -a "$log"
 	good=no
     fi