Searched refs:sh (Results 1 – 9 of 9) sorted by relevance
91 if [ "$(set | grep -Fq "KSH_VERSION=.sh.version" ; echo $?)" -eq 0 ] ; then # ksh96 vars_script_name="$( (echo "${.sh.file}") 2>&1 )" || : ;105 vars_script_name="$( (echo "${.sh.file}") 2>&1 )" || : ;110 vars_script_name="$( (echo "${.sh.file}") 2>&1 )" || : ;111 …if [ "$(printf "%s" "$vars_script_name" | grep -Eq "sh: [0-9]+: .*vars\.sh: " ; echo $?)" -eq 0 ] …118 vars_script_name="$( (echo "${.sh.file}") 2>&1 )" || : ;119 …if [ "$(printf "%s" "$vars_script_name" | grep -Eq "^.+: [0-9]+: .*vars\.sh: " ; echo $?)" -eq 0 ]…
95 if [ "$(set | grep -Fq "KSH_VERSION=.sh.version" ; echo $?)" -eq 0 ] ; then # ksh100 vars_script_name="$( (echo "${.sh.file}") 2>&1 )" || : ;109 vars_script_name="$( (echo "${.sh.file}") 2>&1 )" || : ;114 vars_script_name="$( (echo "${.sh.file}") 2>&1 )" || : ;115 …if [ "$(printf "%s" "$vars_script_name" | grep -Eq "sh: [0-9]+: .*vars\.sh: " ; echo $?)" -eq 0 ] …122 vars_script_name="$( (echo "${.sh.file}") 2>&1 )" || : ;123 …if [ "$(printf "%s" "$vars_script_name" | grep -Eq "^.+: [0-9]+: .*vars\.sh: " ; echo $?)" -eq 0 ]…
180 XSizeHints sh; in init_window() local181 sh.flags = PSize | PMinSize | PMaxSize; in init_window()182 sh.width = sh.min_width = sh.max_width = xsize; in init_window()183 sh.height = sh.min_height = sh.max_height = ysize; in init_window()184 XSetStandardProperties(dpy, win, g_video->title, g_video->title, None, nullptr, 0, &sh); in init_window()
20 set(TBB_VARS_TEMPLATE "mac/env/vars.sh.in")22 set(TBB_VARS_TEMPLATE "linux/env/vars.sh.in")
18 source $LOC/../../../common.sh $@
12 *.sh text
83 ```sh86 ./bootstrap-vcpkg.sh #.\bootstrap-vcpkg.bat(for Windows)
17 * On Linux* OS: ``vars.{sh|csh} in <install_dir>/tbb/latest/env``
44 ${GITHUB_WORKSPACE}/.github/scripts/codespell.sh `pwd`