Skip to content

Commit 8b9db1e

Browse files
committed
Fix compact-context2csv.sh wrapper script.
We do _not_ to `exec` the odk-helper script here, because we need the final `rm` command to be executed once the script has finished.
1 parent 6422215 commit 8b9db1e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

scripts/compat-context2csv.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
#!/bin/sh
22
cat > $$.tmp
3-
exec odk-helper context2csv $$.tmp
3+
odk-helper context2csv $$.tmp
44
rm $$.tmp

0 commit comments

Comments
 (0)