summaryrefslogtreecommitdiff
path: root/ltmain.sh
diff options
context:
space:
mode:
authorschwab <schwab@138bc75d-0d04-0410-961f-82ee72b054a4>2005-10-05 09:19:53 +0000
committerschwab <schwab@138bc75d-0d04-0410-961f-82ee72b054a4>2005-10-05 09:19:53 +0000
commit68a7424a1f5c4a94770a50c85f7e6a5882d0a8c1 (patch)
treeb0b84ad953e0387fd525edd747b52c33afa68af0 /ltmain.sh
parent3d32803dcfd52c9bb32d21fa47442a4f8da00106 (diff)
downloadgcc-68a7424a1f5c4a94770a50c85f7e6a5882d0a8c1.tar.gz
Fix misapplied hunk.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@104982 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'ltmain.sh')
-rw-r--r--ltmain.sh2
1 files changed, 1 insertions, 1 deletions
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