summaryrefslogtreecommitdiff
path: root/test/bin
diff options
context:
space:
mode:
authorJeremy Harris <jgh146exb@wizmail.org>2018-01-02 14:29:29 +0000
committerJeremy Harris <jgh146exb@wizmail.org>2018-01-03 22:39:11 +0000
commit2b8b8e4ed5cbebd3884c301d438d72ea24fbfd70 (patch)
treee5d1a367e2a402207ff79dfd773d44b36a38edef /test/bin
parent6481e12595de1b95cf9f75ddad2ae9e7c27fd150 (diff)
downloadexim4-2b8b8e4ed5cbebd3884c301d438d72ea24fbfd70.tar.gz
tidying
Diffstat (limited to 'test/bin')
-rwxr-xr-xtest/bin/locate.sh3
1 files changed, 2 insertions, 1 deletions
diff --git a/test/bin/locate.sh b/test/bin/locate.sh
index dad0bd49f..19c3a5fda 100755
--- a/test/bin/locate.sh
+++ b/test/bin/locate.sh
@@ -1,6 +1,6 @@
#!/bin/sh
-[ -e bin.sys ] || mkdir bin.sys
+[ -d bin.sys ] || mkdir bin.sys
cd bin.sys
while read d
@@ -13,6 +13,7 @@ do
ln -s $d/$1 .
shift
done
+ exit 0
fi
done <<-HERE
/bin