diff options
Diffstat (limited to 'src/make_property.sh')
-rwxr-xr-x | src/make_property.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/make_property.sh b/src/make_property.sh index e5f1244..1c5e0f5 100755 --- a/src/make_property.sh +++ b/src/make_property.sh @@ -1,7 +1,7 @@ #!/bin/sh GPERF=gperf -SED=gsed +SED=sed TMP1=gperf1.tmp TMP2=gperf2.tmp |