Home | History | Annotate | Download | only in scripts

Lines Matching refs:link

7 # All symbolic links go to a special symbolic link at the top, so you
15 LINK = '.LINK' # Name of special symlink at the top.
25 link = sys.argv[3]
28 link = LINK
38 linkname = os.path.join(newtree, link)
47 linknames(oldtree, newtree, link)
50 def linknames(old, new, link):
51 if debug: print 'linknames', (old, new, link)
60 linkname = os.path.join(link, name)