summaryrefslogtreecommitdiffstats
path: root/scripts
diff options
context:
space:
mode:
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/run-native-example-simple.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/scripts/run-native-example-simple.sh b/scripts/run-native-example-simple.sh
index eed709eb..40a0f1d1 100755
--- a/scripts/run-native-example-simple.sh
+++ b/scripts/run-native-example-simple.sh
@@ -34,8 +34,8 @@ logbasename=~/$bname
logfile=$logbasename.log
rm -f $logfile
-echo 'core_%e.%p' | sudo tee /proc/sys/kernel/core_pattern >/dev/null
-ulimit -c unlimited
+# echo 'core_%e.%p' | sudo tee /proc/sys/kernel/core_pattern >/dev/null
+# ulimit -c unlimited
# run as root 'dpkg-reconfigure locales' enable 'en_US.UTF-8'
# perhaps run as root 'update-locale LC_MEASUREMENT=en_US.UTF-8 LC_ALL=en_US.UTF-8 LANG=en_US.UTF-8'