Searched refs:scriptdir (Results 1 – 14 of 14) sorted by relevance
36 scriptdir=$(dirname "$script")38 . "$scriptdir/functions.sh"40 INSTALL="$scriptdir/safe-install.sh"50 bindir="$scriptdir/bin"
31 scriptdir=$(dirname "$script")34 . "$scriptdir/functions.sh"36 cd "$scriptdir"320 cd "$scriptdir"370 for _gen_tests_t in $(cat "$scriptdir/tests/$_gen_tests_name/all.txt"); do377 "$_gen_tests_t" >> "$scriptdir/Makefile"386 "$*" >> "$scriptdir/Makefile"396 _gen_test_targets_tests=$(cat "$scriptdir/tests/${_gen_test_targets_name}/all.txt")419 _gen_script_tests_tests=$(cat "$scriptdir/tests/$_gen_script_tests_name/scripts/all.txt")428 "$_gen_script_tests_time" "$*" >> "$scriptdir/Makefile"[all …]
36 scriptdir=$(dirname "$script")38 . "$scriptdir/functions.sh"40 INSTALL="$scriptdir/safe-install.sh"
152 scriptdir=$(dirname "$script")154 . "$scriptdir/functions.sh"182 "$scriptdir/locale_uninstall.sh" "$nlspath" "$main_exec" "$destdir"184 locales_dir="$scriptdir/locales"
108 scriptdir=$(dirname "$script")109 manualsdir="$scriptdir/manuals"111 . "$scriptdir/functions.sh"
118 do_make > /dev/null 2> "$scriptdir/.test.txt"120 if [ -s "$scriptdir/.test.txt" ]; then123 cat "$scriptdir/.test.txt"449 scriptdir=$(dirname "$script")527 cd "$scriptdir"585 printf 'Then run %s/tests/randmath.py and the fuzzer.\n' "$scriptdir"
99 scriptdir="$testdir/$d/scripts"135 s="$scriptdir/$f"137 results="$scriptdir/$name.txt"
79 scriptdir="$testdir/$d/scripts"81 scripts=$(cat "$scriptdir/all.txt")
107 scriptdir = get_main_dir()109 return remove_dir_from_path(path, scriptdir)326 scriptdir = get_main_dir() variable327 config_path = os.path.join(scriptdir, 'check_cfc.cfg')
104 scriptdir = get_main_dir()106 return remove_dir_from_path(path, scriptdir)323 scriptdir = get_main_dir() variable324 config_path = os.path.join(scriptdir, 'check_cfc.cfg')
115 scriptdir = self.translate_path(nextdir)116 if os.path.isdir(scriptdir):
2340 scriptdir = os.path.dirname(sys.argv[0])2341 if scriptdir in sys.path:2342 sys.path.remove(scriptdir)
1044 scriptdir = self.translate_path(nextdir)1045 if os.path.isdir(scriptdir):