forked from phoedos/pmd
release script: use English locale (refs #407)
This commit is contained in:
@ -1,5 +1,8 @@
|
|||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
|
|
||||||
|
# Make sure, everything is English...
|
||||||
|
export LANG=C.UTF8
|
||||||
|
|
||||||
# verify the current directory
|
# verify the current directory
|
||||||
if [ ! -f pom.xml -o ! -d ../pmd.github.io ]; then
|
if [ ! -f pom.xml -o ! -d ../pmd.github.io ]; then
|
||||||
echo "You seem to be in the wrong working directory or you don't have pmd.github.io checked out..."
|
echo "You seem to be in the wrong working directory or you don't have pmd.github.io checked out..."
|
||||||
|
Reference in New Issue
Block a user