mirror of
https://github.com/apache/nuttx.git
synced 2026-05-23 06:39:01 +08:00
fix a typo in the previous commit.
This commit is contained in:
+3
-2
@@ -2,7 +2,7 @@
|
||||
############################################################################
|
||||
# tools/link.sh
|
||||
#
|
||||
# Copyright (C) 2008 Gregory Nutt. All rights reserved.
|
||||
# Copyright (C) 2008, 2018 Gregory Nutt. All rights reserved.
|
||||
# Author: Gregory Nutt <gnutt@nuttx.org>
|
||||
#
|
||||
# Redistribution and use in source and binary forms, with or without
|
||||
@@ -102,10 +102,11 @@ if [ ! -h ${dest} ]; then
|
||||
|
||||
if [ -d ${dest} ]; then
|
||||
# Create the .fakelnk for unlink.sh
|
||||
|
||||
touch ${dest}/.fakelnk
|
||||
else
|
||||
echo "Error: link at ${dest} not created."
|
||||
exit 1
|
||||
if
|
||||
fi
|
||||
fi
|
||||
|
||||
|
||||
Reference in New Issue
Block a user