]> Cypherpunks.ru repositories - goredo.git/commitdiff
Unnecessary .sh extension v1.30.0
authorSergey Matveev <stargrave@stargrave.org>
Wed, 18 Jan 2023 12:10:31 +0000 (15:10 +0300)
committerSergey Matveev <stargrave@stargrave.org>
Wed, 18 Jan 2023 12:13:50 +0000 (15:13 +0300)
makedist [moved from makedist.sh with 98% similarity]

similarity index 98%
rename from makedist.sh
rename to makedist
index aa647f4d9cf2422eda9fc6c235f4741707ff9c2e..7bc8311a5b1443f7f3086236bd234403eec97601 100755 (executable)
+++ b/makedist
@@ -75,7 +75,7 @@ cd ..
 
 ########################################################################
 
-rm -rf *.texi .redo .git .gitignore doc makedist.sh VERSION.do
+rm -rf *.texi .redo .git .gitignore doc makedist VERSION.do
 find . -type d -exec chmod 755 {} +
 find . -type f -exec chmod 644 {} +
 find t/redo-sh.tests -name test -exec chmod +x {} +