Skip to content

Commit 9a1def5

Browse files
Handle paths with spaces
Co-authored-by: greptile-apps[bot] <165735046+greptile-apps[bot]@users.noreply.github.com>
1 parent a3f822d commit 9a1def5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bin/helpers/_utils.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,5 +11,5 @@ set_source_and_root_dir() {
1111
{ set +x; } 2>/dev/null
1212
source_dir="$( cd -P "$( dirname "$0" )" >/dev/null 2>&1 && pwd )"
1313
root_dir=$(cd "$source_dir" && cd ../ && pwd)
14-
cd $root_dir
14+
cd "$root_dir"
1515
}

0 commit comments

Comments
 (0)