diff options
| author | Simon Tatham <anakin@pobox.com> | 2013-06-08 16:55:33 +0000 |
|---|---|---|
| committer | Simon Tatham <anakin@pobox.com> | 2013-06-08 16:55:33 +0000 |
| commit | c4ec358d6e237a44d380ac998ffdef9932fa59b7 (patch) | |
| tree | d8831900453d1c4f56451e0e118e87fcac736959 /unfinished | |
| parent | ecb49feb3ff1137a9542eff4028d08b63f50c538 (diff) | |
| download | puzzles-c4ec358d6e237a44d380ac998ffdef9932fa59b7.zip puzzles-c4ec358d6e237a44d380ac998ffdef9932fa59b7.tar.gz puzzles-c4ec358d6e237a44d380ac998ffdef9932fa59b7.tar.bz2 puzzles-c4ec358d6e237a44d380ac998ffdef9932fa59b7.tar.xz | |
Remove spurious "unfinished/" that appeared at the start of the
unfinished puzzles' gamedesc.txt lines due to a Perl error. Ahem.
[originally from svn r9861]
Diffstat (limited to 'unfinished')
| -rw-r--r-- | unfinished/group.R | 2 | ||||
| -rw-r--r-- | unfinished/separate.R | 2 | ||||
| -rw-r--r-- | unfinished/slide.R | 2 | ||||
| -rw-r--r-- | unfinished/sokoban.R | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/unfinished/group.R b/unfinished/group.R index c12caca..83a27e5 100644 --- a/unfinished/group.R +++ b/unfinished/group.R @@ -21,5 +21,5 @@ GAMES += group !end !begin >gamedesc.txt -unfinished/group:group.exe:Group:Group theory puzzle +group:group.exe:Group:Group theory puzzle !end diff --git a/unfinished/separate.R b/unfinished/separate.R index 6e90870..291de79 100644 --- a/unfinished/separate.R +++ b/unfinished/separate.R @@ -17,5 +17,5 @@ GAMES += separate !end !begin >gamedesc.txt -unfinished/separate:separate.exe:Separate:Rectangle-dividing puzzle +separate:separate.exe:Separate:Rectangle-dividing puzzle !end diff --git a/unfinished/slide.R b/unfinished/slide.R index 3438476..12440a1 100644 --- a/unfinished/slide.R +++ b/unfinished/slide.R @@ -20,5 +20,5 @@ GAMES += slide !end !begin >gamedesc.txt -unfinished/slide:slide.exe:Slide:Sliding block puzzle +slide:slide.exe:Slide:Sliding block puzzle !end diff --git a/unfinished/sokoban.R b/unfinished/sokoban.R index 77b1e12..d86afe1 100644 --- a/unfinished/sokoban.R +++ b/unfinished/sokoban.R @@ -15,5 +15,5 @@ GAMES += sokoban !end !begin >gamedesc.txt -unfinished/sokoban:sokoban.exe:Sokoban:Barrel-pushing puzzle +sokoban:sokoban.exe:Sokoban:Barrel-pushing puzzle !end |