diff options
Diffstat (limited to 'ikiwiki-makerepo')
-rwxr-xr-x | ikiwiki-makerepo | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/ikiwiki-makerepo b/ikiwiki-makerepo index ef6274498..c3d835c30 100755 --- a/ikiwiki-makerepo +++ b/ikiwiki-makerepo @@ -94,8 +94,6 @@ monotone) fi mkdir -p "$(dirname "$repository")" - # fix the repository suffix we get from auto.setup - repository="$(echo "$repository" | sed 's/.monotone/.mtn/g')" mtn db init -d "$repository" cleaned_srcdir=$(basename "$srcdir" | tr -s "[:space:]" "_" | sed 's/_$//g') |