Searched refs:PATH (Results 1 - 6 of 6) sorted by relevance

/inkscape/packaging/macosx/Resources/bin/
H A Dgimp-wrapper.sh30 # --- defaults for gimp in $PATH
74 else # --- test for gimp installed in PATH
77 [ $_DEBUG ] && echo "orig PATH: $PATH" 1>&2
78 PATH_cleaned="$(echo $PATH | sed 's|'"$(cd "$(dirname "$0")" && pwd)"':||g')" || exit 1
79 [ $_DEBUG ] && echo "clean PATH: $PATH_cleaned" 1>&2
80 export PATH="$PATH_local:$PATH_cleaned"
81 [ $_DEBUG ] && echo "final PATH: $PATH" 1>&2
86 [ $_DEBUG ] && echo "gimp found in \$PATH
[all...]
H A Dinkscape37 # don't prepend to $PATH in recursive calls:
40 # Brutally add many things to the PATH. If the directories do not exist, they won't be used anyway.
41 # the 'classic' PATH additions:
42 # /usr/local/bin which, though standard, doesn't seem to be in the PATH
58 # save orig, new PATH
59 export INK_PATH_ORIG="$PATH"
60 export PATH="$PATH_pkgbin:$PATH_PYTHON:$PATH_OTHER:$INK_PATH_ORIG"
/inkscape/
H A Dmingwenv.bat7 set PATH=%DEVLIBS_PATH%\bin;%DEVLIBS_PATH%\python;%MINGW_BIN%;%PATH%;%GS_BIN% variable
/inkscape/packaging/wix/
H A Dwixenv.bat17 set PATH=%DEVLIBS_PATH%\python;%WIX_PATH%;%PATH% variable
/inkscape/packaging/macosx/ScriptExec/
H A Dlauncher-quartz-no-macintegration.sh40 # don't prepend to $PATH in recursive calls:
43 # Brutally add many things to the PATH. If the directories do not exist, they won't be used anyway.
44 # the 'classic' PATH additions:
45 # /usr/local/bin which, though standard, doesn't seem to be in the PATH
61 # save orig, new PATH
62 export INK_PATH_ORIG="$PATH"
63 export PATH="$PATH_pkgbin:$PATH_PYTHON:$PATH_OTHER:$INK_PATH_ORIG"
/inkscape/cxxtest/sample/msvc/
H A DFixFiles.bat9 if %errorlevel% == 9009 echo You do not have Perl in your PATH.

Completed in 1027 milliseconds