mirror of
https://github.com/FirebirdSQL/firebird.git
synced 2025-01-23 19:23:03 +01:00
Typo
This commit is contained in:
parent
341cd6ebd7
commit
7c0630eeb5
@ -1,6 +1,6 @@
|
|||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
#
|
#
|
||||||
# $Id: install-script,v 1.1.2.12 2008-02-18 11:58:26 paulbeach Exp $
|
# $Id: install-script,v 1.1.2.13 2008-03-24 13:55:47 paulbeach Exp $
|
||||||
#
|
#
|
||||||
# Script args:
|
# Script args:
|
||||||
# $0: full path to script
|
# $0: full path to script
|
||||||
@ -247,7 +247,7 @@ fi
|
|||||||
echo "Install the saved aliases.conf file"
|
echo "Install the saved aliases.conf file"
|
||||||
if test -f /tmp/fb-aliases.conf; then
|
if test -f /tmp/fb-aliases.conf; then
|
||||||
mv -f /tmp/fb-aliases.conf "$FB_RES/English.lproj/var/aliases.conf"
|
mv -f /tmp/fb-aliases.conf "$FB_RES/English.lproj/var/aliases.conf"
|
||||||
rm -f /temp/fb-aliases.conf
|
rm -f /tmp/fb-aliases.conf
|
||||||
fi
|
fi
|
||||||
|
|
||||||
#Install the saved UDF libraries, if any
|
#Install the saved UDF libraries, if any
|
||||||
|
Loading…
Reference in New Issue
Block a user