summaryrefslogtreecommitdiffstats
path: root/acid/cyche-source
diff options
context:
space:
mode:
Diffstat (limited to 'acid/cyche-source')
-rwxr-xr-xacid/cyche-source1
1 files changed, 1 insertions, 0 deletions
diff --git a/acid/cyche-source b/acid/cyche-source
index ee4caca..09cfa72 100755
--- a/acid/cyche-source
+++ b/acid/cyche-source
@@ -29,6 +29,7 @@ if ! [ -d "$1" ]; then
git clone "$2" "$1" >&2 || exit 2
touch "$1/.git/previous_hash"
touch "$1/.git/previous_slug"
+ touch "$1/.git/previous_file"
fi
cd "$1"