about summary refs log tree commit diff
path: root/Src/hist.c
diff options
context:
space:
mode:
authorPeter Stephenson <pws@users.sourceforge.net>2009-03-20 10:36:06 +0000
committerPeter Stephenson <pws@users.sourceforge.net>2009-03-20 10:36:06 +0000
commit06e22c93708a79e38477394501d8505489bd8685 (patch)
tree783c5d97448659573242be6837a72b7c92b9e3d9 /Src/hist.c
parent9cc93fe728a60960e5e2ce7ed664ce0e60863b4e (diff)
downloadzsh-06e22c93708a79e38477394501d8505489bd8685.tar.gz
zsh-06e22c93708a79e38477394501d8505489bd8685.tar.xz
zsh-06e22c93708a79e38477394501d8505489bd8685.zip
Bart: 26761: typo in realpath() check
Diffstat (limited to 'Src/hist.c')
-rw-r--r--Src/hist.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/Src/hist.c b/Src/hist.c
index b843a2399..80c5f1752 100644
--- a/Src/hist.c
+++ b/Src/hist.c
@@ -1583,7 +1583,7 @@ chrealpath(char **junkptr)
 #ifdef HAVE_CANONICALIZE_FILE_NAME
     char *lastpos, *nonreal, *real;
 #else
-# ifdef HAVE_REAL_PATH
+# ifdef HAVE_REALPATH
     char *lastpos, *nonreal, real[PATH_MAX];
 # endif
 #endif