Searched refs:currentdir (Results 1 – 11 of 11) sorted by relevance
22 currentdir=$(readlink -fn `pwd`)24 if [[ "$sampledir" != "$currentdir" ]]; then26 echo You executed it from the $currentdir directory.
22 currentdir=$(pwd)24 if [[ "$sampledir" != "$currentdir" ]]; then26 echo You executed it from the $currentdir directory.
291 currentdir = os.path.basename(cwd_dir)292 tester('ntpath.relpath("a", "../b")', '..\\'+currentdir+'\\a')293 tester('ntpath.relpath("a/b", "../c")', '..\\'+currentdir+'\\a\\b')
549 currentdir = ntpath.basename(cwd_dir)550 tester('ntpath.relpath("a", "../b")', '..\\'+currentdir+'\\a')551 tester('ntpath.relpath("a/b", "../c")', '..\\'+currentdir+'\\a\\b')