Added some more '/* getopt not needed */' lines.
[oweals/busybox.git] / pristine_setup.sh
index e1598fd303a36e0e373ab5574ca0066e54b9694d..62f3f3075c0238cbdd85e1268c374aa1a52df989 100755 (executable)
@@ -10,6 +10,9 @@
 #
 # If you use a ? in your path name, you lose, see sed command below.
 
+export LC_ALL=POSIX
+export LC_CTYPE=POSIX
+
 DIR=${0%%/pristine_setup.sh}
 if [ ! -d $DIR ]; then
   echo "unexpected problem: $DIR is not a directory.  Aborting pristine setup"