diff options
Diffstat (limited to 'libjava/classpath/ltconfig')
-rwxr-xr-x | libjava/classpath/ltconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libjava/classpath/ltconfig b/libjava/classpath/ltconfig index 852476b1d2c..839b980fdb2 100755 --- a/libjava/classpath/ltconfig +++ b/libjava/classpath/ltconfig @@ -626,7 +626,7 @@ old_postuninstall_cmds= if test -n "$RANLIB"; then old_archive_cmds="$old_archive_cmds~\$RANLIB \$oldlib" - old_postinstall_cmds="\$old_postinstall_cmds~$RANLIB \$oldlib" + old_postinstall_cmds="~$old_postinstall_cmds~\$RANLIB \$oldlib" fi # Source the script associated with the $tagname tag configuration. |