diff options
Diffstat (limited to 'update_common_files.sh')
-rwxr-xr-x | update_common_files.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/update_common_files.sh b/update_common_files.sh index 9015cc6..3b7dddd 100755 --- a/update_common_files.sh +++ b/update_common_files.sh @@ -1,6 +1,6 @@ #!/usr/bin/env sh -ROOT="$(git rev-parse --show-toplevel)"; +ROOT="$(git rev-parse --show-toplevel)" # This results in fd returning relative paths cd "$ROOT/common" || echo "BUG, no root dir!" |