mirror of
https://github.com/SideStore/SideStore.git
synced 2026-02-12 16:23:32 +01:00
12 lines
210 B
Bash
Executable File
12 lines
210 B
Bash
Executable File
## -*- sh -*-
|
|
|
|
set -e
|
|
|
|
DATASRC=$top_srcdir/test/data
|
|
TESTFILE=recursion.bplist
|
|
DATAIN0=$DATASRC/$TESTFILE
|
|
DATAOUT0=$top_builddir/test/data/$TESTFILE.out
|
|
|
|
$top_builddir/tools/plistutil -i $DATAIN0 -o $DATAOUT0
|
|
|