Searched refs:MyPWD (Results 1 - 2 of 2) sorted by relevance

/xsrc/external/mit/fontconfig/dist/test/
H A Drun-test-conf.sh27 msys ) MyPWD=`pwd -W` ;; # On Msys/MinGW, returns a MS Windows style path.
28 * ) MyPWD=`pwd` ;; # On any other platforms, returns a Unix style path.
31 TESTDIR=${srcdir-"$MyPWD"}
32 BUILDTESTDIR=${builddir-"$MyPWD"}
H A Drun-test.sh28 msys ) MyPWD=$(pwd -W) ;; # On Msys/MinGW, returns a MS Windows style path.
29 * ) MyPWD=$(pwd) ;; # On any other platforms, returns a Unix style path.
32 TESTDIR=${srcdir-"$MyPWD"}
33 BUILDTESTDIR=${builddir-"$MyPWD"}
93 FONTCONFIG_FILE="$MyPWD"/fonts.conf
340 mkdir -p "$MyPWD"/sysroot/"$FONTDIR"
341 mkdir -p "$MyPWD"/sysroot/"$CACHEDIR"
342 mkdir -p "$MyPWD"/sysroot/"$MyPWD"
343 cp "$FONT1" "$MyPWD"/sysroo
[all...]

Completed in 2 milliseconds