Handle htmlspecialchars() differences between PHP < 5.4 vs >= 5.4
[awl.git] / scripts / build-AWLUtilities.sh
blob358b5be5364217e6cd3a84c34ea5419daba8cc03
1 #!/bin/sh
3 # Apply the current version numbers into always.php from always.php.in
6 AWL_VERSION="`head -n1 VERSION`"
8 sed -e "/^ *.c->awl_library_version *=.*$/ s/^ *.c->awl_library_version *=.*$/\$c->awl_library_version = ${AWL_VERSION};/"