diff options
author | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2017-07-23 12:52:17 +0000 |
---|---|---|
committer | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2017-07-23 12:52:17 +0000 |
commit | 216cd861c2fedbfdcc7e2551e77355faf024a080 (patch) | |
tree | 1b0b8ac662f492a4497e9ad3cb316960b40b508a /script | |
parent | 26b7d9c8da878fc46d524ddc73bc4cbf64dd2e02 (diff) | |
download | redmine-216cd861c2fedbfdcc7e2551e77355faf024a080.tar.gz redmine-216cd861c2fedbfdcc7e2551e77355faf024a080.zip |
Removes /script.
git-svn-id: http://svn.redmine.org/redmine/trunk@16868 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'script')
-rwxr-xr-x | script/about | 2 | ||||
-rwxr-xr-x | script/rails | 2 |
2 files changed, 0 insertions, 4 deletions
diff --git a/script/about b/script/about deleted file mode 100755 index b830b97a6..000000000 --- a/script/about +++ /dev/null @@ -1,2 +0,0 @@ -#!/usr/bin/env ruby -abort "script/about no longer exists, please use bin/about instead." diff --git a/script/rails b/script/rails deleted file mode 100755 index 241275c2e..000000000 --- a/script/rails +++ /dev/null @@ -1,2 +0,0 @@ -#!/usr/bin/env ruby -abort "script/rails no longer exists, please use bin/rails instead." |