diff options
author | Jarkko Hietaniemi <jhi@iki.fi> | 2002-03-27 01:01:33 +0000 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 2002-03-27 01:01:33 +0000 |
commit | a2e4e9f161d80feb29dcfab4b98f62a5d150f977 (patch) | |
tree | 9be1a57b44c69635ae372717f8ecaf83fabe53bf | |
parent | 381874f18524689aeb8e46abb8c8b3a1a74f64ff (diff) | |
download | perl-a2e4e9f161d80feb29dcfab4b98f62a5d150f977.tar.gz |
s/done/esac/
p4raw-id: //depot/perl@15537
-rw-r--r-- | hints/dec_osf.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hints/dec_osf.sh b/hints/dec_osf.sh index 8bc2771040..c5889495cf 100644 --- a/hints/dec_osf.sh +++ b/hints/dec_osf.sh @@ -375,7 +375,7 @@ case "$loclibpth" in done echo "LD_LIBRARY_PATH is now $LD_LIBRARY_PATH." >& 4 ;; - done + esac # This is evil but I can't think of a nice workaround: # the /usr/shlib/libdb.so needs to be seen first, # or running Configure will fail. |