summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xfsfmerge.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/fsfmerge.sh b/fsfmerge.sh
index dc9f1a4..89ae6cb 100755
--- a/fsfmerge.sh
+++ b/fsfmerge.sh
@@ -1,6 +1,6 @@
#!/bin/bash
-export GIT_WORK_TREE=/work/sources/gcc.git
+export GIT_WORK_TREE=$(pwd)
export GIT_DIR="$GIT_WORK_TREE"/.git
NC='\e[0m'