From: Andrew Tridgell Date: Fri, 26 Mar 2010 02:25:10 +0000 (+1100) Subject: build: fixed copy_script typo X-Git-Tag: samba-3.6.0pre1~3422 X-Git-Url: http://git.samba.org/samba.git/?p=nivanova%2Fsamba-autobuild%2F.git;a=commitdiff_plain;h=9ddd9de59b94580ca1bf141e85e26d92ede2d701 build: fixed copy_script typo --- diff --git a/buildtools/wafsamba/wafsamba.py b/buildtools/wafsamba/wafsamba.py index cb7e1a55cea..098053d5739 100644 --- a/buildtools/wafsamba/wafsamba.py +++ b/buildtools/wafsamba/wafsamba.py @@ -577,7 +577,7 @@ def symlink_bin(self): -t = Task.simple_task_type('copy_script', 'rm -f && ln -s ${SRC[0].abspath(env)} ${LINK_TARGET}', +t = Task.simple_task_type('copy_script', 'rm -f ${LINK_TARGET} && ln -s ${SRC[0].abspath(env)} ${LINK_TARGET}', shell=True, color='PINK', ext_in='.bin') t.quiet = True