summaryrefslogtreecommitdiff
path: root/util/init.pl
diff options
context:
space:
mode:
Diffstat (limited to 'util/init.pl')
-rwxr-xr-xutil/init.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/util/init.pl b/util/init.pl
index 5c171705..ac533174 100755
--- a/util/init.pl
+++ b/util/init.pl
@@ -22,7 +22,7 @@ print "\n";
print "Creating directory structures...\n";
-for my $d (qw| cv rg st sf |) {
+for my $d (qw| cv st sf |) {
print " /static/$d\n";
mkdir "$ROOT/static/$d" or die "mkdir '$ROOT/static/$d': $!\n";
for my $i (0..99) {