diff options
author | Luke Shumaker <LukeShu@sbcglobal.net> | 2011-12-25 17:19:45 -0500 |
---|---|---|
committer | Luke Shumaker <LukeShu@sbcglobal.net> | 2011-12-25 17:19:45 -0500 |
commit | e3f67d934025ba0c6853e8b8cdaddb97dbac1283 (patch) | |
tree | 0c10a0a59aaf25a6a15470208d9b1780e315a18e | |
parent | a63b908b1f7fbc9560371c4a492759ed564a7e52 (diff) |
rename `hangman' to `hangman-helper' to avoid conflict with bsd-games
-rw-r--r-- | .gitignore | 2 | ||||
-rw-r--r-- | Makefile | 2 | ||||
-rw-r--r-- | hangman-helper.sh (renamed from hangman.sh) | 0 |
3 files changed, 2 insertions, 2 deletions
@@ -7,7 +7,7 @@ daemon e emacsmail emacsterm -hangman +hangman-helper maildups newegg offlineimap-runner @@ -13,7 +13,7 @@ BINFILES = \ e \ emacsmail \ emacsterm \ - hangman \ + hangman-helper \ maildups \ newegg \ offlineimap-runner \ diff --git a/hangman.sh b/hangman-helper.sh index 5e0e138..5e0e138 100644 --- a/hangman.sh +++ b/hangman-helper.sh |