Searched refs:PWD (Results 1 – 4 of 4) sorted by relevance
27 cur_dir="$PWD"37 local outvar="$1" path="$2" cur_dir="$PWD"38 cd "$path" && path="$PWD" && cd "$cur_dir" && eval "$outvar=\"$path\""292 while cwd="$PWD/" cwd="${cwd#${root_dir}/}" cwd="${cwd%/}" \
135 …FFLAGS="-g -std=legacy -I${CEED_DIR}/include -ffixed-line-length-132 -DEXAMPLE_DIR='\"${PWD}/\"' -…286 echo "Error generating box. See $PWD/log for details."
707 cmake -B examples/deal.II/build -S examples/deal.II -DDEAL_II_DIR=$(DEAL_II_DIR) -DCEED_DIR=$(PWD)856 GIT_DESCRIBE = $(shell git -c safe.directory=$PWD describe --always --dirty 2>/dev/null || printf "…1042 docker run -it --user $(shell id -u):$(shell id -g) --rm -v $(PWD):/io -w /io \