summaryrefslogtreecommitdiffstats
path: root/bin/newer
diff options
context:
space:
mode:
authorJames Laird <jlaird@hdfgroup.org>2005-09-20 21:46:24 (GMT)
committerJames Laird <jlaird@hdfgroup.org>2005-09-20 21:46:24 (GMT)
commit3267458b648b168e4e627a0a02924533dfd3b149 (patch)
tree54d1c26a2aaf65439d940db65fdb0164abad19c9 /bin/newer
parent8d7dbd9dc1d33990028bbf00a3424545d8e06033 (diff)
downloadhdf5-3267458b648b168e4e627a0a02924533dfd3b149.zip
hdf5-3267458b648b168e4e627a0a02924533dfd3b149.tar.gz
hdf5-3267458b648b168e4e627a0a02924533dfd3b149.tar.bz2
[svn-r11446] Purpose:
Bug fix Description: Massaged the newer script and config/conclude.am to make SX6 happy. Platforms tested: SX6, sol, mir
Diffstat (limited to 'bin/newer')
-rwxr-xr-xbin/newer2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/newer b/bin/newer
index d2043be..0e2b841 100755
--- a/bin/newer
+++ b/bin/newer
@@ -32,7 +32,7 @@ f1=$1
shift
for f in $*; do
- if ! test -f $f; then
+ if test ! -f $f; then
exit 1
fi
if test X = X`find $f1 -newer $f -print`; then