summaryrefslogtreecommitdiffstats
path: root/config/intel-osf1
diff options
context:
space:
mode:
authorAlbert Cheng <acheng@hdfgroup.org>1999-02-02 03:56:02 (GMT)
committerAlbert Cheng <acheng@hdfgroup.org>1999-02-02 03:56:02 (GMT)
commitd6668e2a28a96b85031f29b8f93329521c40892c (patch)
tree78031906eed26027e930492fee5b2fbd4015f4af /config/intel-osf1
parentc2957e09224cd47559a65626a3f2e19c9b524ed0 (diff)
downloadhdf5-d6668e2a28a96b85031f29b8f93329521c40892c.zip
hdf5-d6668e2a28a96b85031f29b8f93329521c40892c.tar.gz
hdf5-d6668e2a28a96b85031f29b8f93329521c40892c.tar.bz2
[svn-r1049] Corrected a typo in the definition of $AR.
Diffstat (limited to 'config/intel-osf1')
-rw-r--r--config/intel-osf12
1 files changed, 1 insertions, 1 deletions
diff --git a/config/intel-osf1 b/config/intel-osf1
index 99e4835..4479a6d 100644
--- a/config/intel-osf1
+++ b/config/intel-osf1
@@ -13,7 +13,7 @@ if test "X-" = "X-$CC"; then
fi
# The default archiver is `xar'
-AR="${AR:-xar}
+AR=${AR:-xar}
# There is no ranlib
RANLIB=: