]> andersk Git - zcommit.git/blobdiff - zcommit.py
Now use abspath for calling zsend
[zcommit.git] / zcommit.py
index 18f8d4deda94cdf4583c70ebf216b445dca9b5dc..6756e3e360c5abf42fb59b939f271f81034b89d0 100755 (executable)
@@ -9,7 +9,7 @@ import subprocess
 import sys
 import traceback
 
-HERE = os.path.dirname(__file__)
+HERE = os.path.abspath(os.path.dirname(__file__))
 ZWRITE = os.path.join(HERE, 'bin', 'zsend')
 LOG_FILENAME = 'logs/zcommit.log'
 
This page took 0.124392 seconds and 4 git commands to generate.