aboutsummaryrefslogtreecommitdiffstats
path: root/bin
diff options
context:
space:
mode:
Diffstat (limited to 'bin')
-rwxr-xr-xbin/dotfiles2
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]))))