This Trac instance is not used for development anymore!

We migrated our development workflow to git and Gitea.
To test the future redirection, replace trac by ariadne in the page URL.

source: ps/trunk/build/resources/0ad.sh

Last change on this file was 28188, checked in by Stan, 5 months ago

Set missing executable properties on some scripts.
Reported by: @sera
Fixes: #6944

  • Property svn:eol-style set to native
  • Property svn:executable set to *
File size: 177 bytes
RevLine 
[7882]1#!/bin/sh
2
[13365]3pyrogenesis=$(which pyrogenesis 2> /dev/null)
4if [ -x "$pyrogenesis" ] ; then
[15796]5 "$pyrogenesis" "$@"
[13365]6else
7 echo "Error: pyrogenesis not found in ($PATH)"
8 exit 1
9fi
Note: See TracBrowser for help on using the repository browser.