From 1767cc4fa9f79b88c8dbde260e1fc16101a937e4 Mon Sep 17 00:00:00 2001 From: Andreas Schwab Date: Wed, 5 Oct 2005 09:19:53 +0000 Subject: [PATCH] Fix misapplied hunk. From-SVN: r104982 --- ltmain.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ltmain.sh b/ltmain.sh index 9de8ae5ce5f..474423aaf10 100644 --- a/ltmain.sh +++ b/ltmain.sh @@ -4799,7 +4799,7 @@ relink_command=\"$relink_command\"" # but it's something to keep an eye on. if test "$inst_prefix_dir" = "$destdir"; then $echo "$modename: error: cannot install \`$file' to a directory not ending in $libdir" 1>&2 - exit $EXIT_FAILURE + exit 1 fi if test -n "$inst_prefix_dir"; then -- 2.30.2