Turn off script debug
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@533 42af7a65-404d-4744-a932-0658087f49c3
This commit is contained in:
parent
32c3e79ece
commit
0156bc785f
|
@ -33,7 +33,7 @@
|
|||
# POSSIBILITY OF SUCH DAMAGE.
|
||||
#
|
||||
############################################################################
|
||||
set -x
|
||||
#set -x
|
||||
|
||||
src=$1
|
||||
dest=$2
|
||||
|
|
|
@ -44,6 +44,7 @@
|
|||
# as a replacement for the 'ln' command. This scrpt will simply copy the
|
||||
# directory into the expected positiion.
|
||||
#
|
||||
#set -x
|
||||
|
||||
src=$1
|
||||
dest=$2
|
||||
|
@ -98,3 +99,4 @@ cp -a "${src}" "${dest}" || \
|
|||
{ echo "Failed to create link: $dest" ; rm -rf ${dest} ; exit 1 ; }
|
||||
touch "${dest}/.fakelnk" || \
|
||||
{ echo "Failed to touch ${dest}/.fakelnk" ; rm -rf ${dest} ; exit 1 ; }
|
||||
|
||||
|
|
Loading…
Reference in New Issue