[med-svn] [kmer-tools] 04/04: Don't specify locale in svn command
Afif Elghraoui
afif-guest at moszumanska.debian.org
Thu May 7 02:34:19 UTC 2015
This is an automated email from the git hooks/post-receive script.
afif-guest pushed a commit to branch master
in repository kmer-tools.
commit 90a29bc2977557135d28318250e34e422ea6a0fc
Author: Afif Elghraoui <afif at ghraoui.name>
Date: Wed May 6 19:31:17 2015 -0700
Don't specify locale in svn command
This actually crashes my terminal. Part of the pathname in my
working directory uses arabic characters. Trying a script from
a simlar package gives me an error "Can't convert string from
native encoding to 'UTF-8'.
---
debian/get-orig-source | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/debian/get-orig-source b/debian/get-orig-source
index 94907c8..f04e5a9 100755
--- a/debian/get-orig-source
+++ b/debian/get-orig-source
@@ -22,7 +22,7 @@ TARDIR=${NAME}-${VERSION}
mkdir -p ../tarballs
cd ../tarballs
# svn export conserves time stamps of the files, checkout does not
-LC_ALL=C svn export -r ${revision} ${SVNURI} ${TARDIR} >/dev/null 2>/dev/null
+svn export -r ${revision} ${SVNURI} ${TARDIR} >/dev/null 2>/dev/null
# Uncomment to use this ad hoc remove-files section
#cd ${TARDIR}
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/kmer-tools.git
More information about the debian-med-commit
mailing list