Added execute bit to ncdump/tst_bom.sh script.

This commit is contained in:
Russ Rew 2014-03-08 16:35:43 -07:00
parent baade3e4fc
commit 8bcd127084
2 changed files with 1 additions and 0 deletions

View File

@ -6,6 +6,7 @@
#include <config.h>
#include <stdlib.h>
#include <stdio.h>
#include <string.h>
/* BOM Sequences */
static char* U8 = "\xEF\xBB\xBF"; /* UTF-8 */

0
ncdump/tst_bom.sh Normal file → Executable file
View File