diff options
Diffstat (limited to 'bin')
-rwxr-xr-x | bin/dotfiles | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/dotfiles b/bin/dotfiles index 39c95a5..774d6a0 100755 --- a/bin/dotfiles +++ b/bin/dotfiles @@ -1,9 +1,9 @@ #!/usr/bin/env python -# -*- coding: utf-8 -*- import os import sys + # Add project root directory (enable symlink, and trunk execution). PROJECT_ROOT_DIRECTORY = os.path.abspath( os.path.dirname(os.path.dirname(os.path.realpath(sys.argv[0])))) |