Skip to content

Commit 2c0c166

Browse files
committed
[fix] : script path
1 parent dfc76fd commit 2c0c166

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tools/clean.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/usr/bin/env bash
22

3-
script_path="$( cd -P "$( dirname "$(readlink -f "$0")" )" && pwd )/.."
3+
script_path="$( cd -P "$( dirname "$(readlink -f "$0")" )" && cd .. && pwd )"
44

55
cd "${script_path}"
66
sudo make clean

0 commit comments

Comments
 (0)