diff options
| author | Jonathan Bauer | 2013-08-06 15:37:12 +0200 |
|---|---|---|
| committer | Jonathan Bauer | 2013-08-06 15:37:12 +0200 |
| commit | e9c22cf7c747e02ced18371d3143cf79a95da56f (patch) | |
| tree | 22f2d6bb240818de7135addcd3e3d321c4f95c93 /scripts | |
| parent | [vmchooser] set bwlehrpool as default theme (diff) | |
| download | tm-scripts-e9c22cf7c747e02ced18371d3143cf79a95da56f.tar.gz tm-scripts-e9c22cf7c747e02ced18371d3143cf79a95da56f.tar.xz tm-scripts-e9c22cf7c747e02ced18371d3143cf79a95da56f.zip | |
[clone_stage4] fix path to logging.inc
Diffstat (limited to 'scripts')
| -rwxr-xr-x | scripts/clone_stage4 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/clone_stage4 b/scripts/clone_stage4 index f692c9e4..84805062 100755 --- a/scripts/clone_stage4 +++ b/scripts/clone_stage4 @@ -1,6 +1,6 @@ #!/bin/bash -. "helper/logging.inc" +. "../helper/logging.inc" MLTK_PID="$$" |
