Skip to content
Snippets Groups Projects
Commit ff369e90 authored by jdh8d's avatar jdh8d
Browse files

added zanalyze and made appropriate changes, including many other typos/bugs/etc.

Former-commit-id: 60883f47106b64d26ac57be4160d694ae01f3938
parent 9b898610
No related branches found
No related tags found
No related merge requests found
......@@ -837,6 +837,7 @@ pebliss/trunk/tests/tests_utils/tests_utils.vcproj -text
pebliss/trunk/tests/tests_utils/tests_utils.vcxproj -text
pebliss/trunk/tests/tests_utils/tests_utils.vcxproj.filters -text
plugins_install/generate_variant_config.sh -text
plugins_install/output_spec.sh -text
plugins_install/test.exe -text
plugins_install/test.sh -text
third_party/ELFkickers-3.0a.tar.gz -text
......
#!/bin/bash -x
varid="$1"
fileopt="$2"
file="$3"
usage()
{
echo "
Usage:
output_spec.sh <varid> --file 'file1.attr file2.attr ...'
"
}
main()
{
if [ "X$fileopt" != "X--file" ]; then
usage
exit 1
fi
echo "#ATTRIBUTE backend=$backend" $i > $file
echo "#ATTRIBUTE peasoup_dir=$newdir" $i >> $file
echo "#ATTRIBUTE output_file=$stratafied_exe" $i >> $file
echo "#ATTRIBUTE pwd=$PWD" $i >> $file
}
main "$@"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment