Explorar o código

Fix typo in release.sh

Wichert Akkerman %!s(int64=27) %!d(string=hai) anos
pai
achega
cbba4962cb
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      release.sh

+ 1 - 1
release.sh

@@ -10,7 +10,7 @@ rm -rf `find . -name CVS -type d`
 rm -f `find . -name .cvsignore -type f`
 
 # Remove any cruft files...
-rm -f `find . -name '*.orig' -o -name '*.rej' -o -name '*~' -o name '.#*'`
+rm -f `find . -name '*.orig' -o -name '*.rej' -o -name '*~' -o -name '.#*'`
 
 # Generate all the gettext stuff
 cd po