We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dfc76fd commit 2c0c166Copy full SHA for 2c0c166
1 file changed
tools/clean.sh
@@ -1,6 +1,6 @@
1
#!/usr/bin/env bash
2
3
-script_path="$( cd -P "$( dirname "$(readlink -f "$0")" )" && pwd )/.."
+script_path="$( cd -P "$( dirname "$(readlink -f "$0")" )" && cd .. && pwd )"
4
5
cd "${script_path}"
6
sudo make clean
0 commit comments