summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorRuslan Ermilov <ru@FreeBSD.org>2002-10-01 13:29:45 +0000
committerRuslan Ermilov <ru@FreeBSD.org>2002-10-01 13:29:45 +0000
commit7206028152b8c96c70e558afad497b6c42d6d505 (patch)
tree1547bd1d0f16073194e852bff171ee4908d6626c /tools
parent7e3998a3deeed2125ceaf3b576a2fabe541a8116 (diff)
Notes
Diffstat (limited to 'tools')
-rwxr-xr-xtools/tools/upgrade/move_aout_libs.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/tools/upgrade/move_aout_libs.sh b/tools/tools/upgrade/move_aout_libs.sh
index b00af5204372..e5252000dc25 100755
--- a/tools/tools/upgrade/move_aout_libs.sh
+++ b/tools/tools/upgrade/move_aout_libs.sh
@@ -88,7 +88,7 @@ move_if_aout ( )
do
# Don't touch symbolic links yet. It's not clear how
# they should be handled.
- if test -h $file; then
+ if test -L $file; then
else
# Check that this is a normal file.
if test -f $file; then