]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
install-deps: fix LC_ALL setting 3487/head
authorNoah Watkins <noahwatkins@gmail.com>
Sun, 25 Jan 2015 19:45:48 +0000 (11:45 -0800)
committerNoah Watkins <noahwatkins@gmail.com>
Sun, 25 Jan 2015 19:45:48 +0000 (11:45 -0800)
On my box LC_ALL=C# includes the '#' in the value without
a space between C and '#' and things go completely bonkers.

Signed-off-by: Noah Watkins <noahwatkins@gmail.com>
install-deps.sh

index 7eab02949b1a9133348d230fdcf5a8655675ed0d..b001a3327baf4311d95d78637da7b0df6e820689 100755 (executable)
@@ -17,7 +17,7 @@ mkdir -p $DIR
 if test $(id -u) != 0 ; then
     SUDO=sudo
 fi
-export LC_ALL=C# the following is vulnerable to i18n
+export LC_ALL=C # the following is vulnerable to i18n
 case $(lsb_release -si) in
 Ubuntu|Debian|Devuan)
         $SUDO apt-get install -y dpkg-dev