ish/xcode-ninja.sh
Theodore Dubois 460f6f6f12 Revert "mu"
This reverts commit 7759fb0eb010398cb8e83587261fdd863fe44e6e.
2021-12-24 14:42:31 -08:00

7 lines
152 B
Bash
Executable File

#!/bin/sh
# Try to figure out the user's PATH to pick up their installed utilities.
export PATH="$PATH:$(sudo -u "$USER" -i echo '$PATH')"
ninja "$@"