We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4af6066 commit ed3589bCopy full SHA for ed3589b
build-static.sh
@@ -82,7 +82,7 @@ if [ -f dist/cache_key ] && [ "$(cat dist/cache_key)" = "${cache_key}" ] && [ -f
82
else
83
mkdir -p dist/
84
cd dist/
85
- echo -n "${cache_key}" > cache_key
+ echo -n "${cache_key}" >cache_key
86
87
if [ -d "static-php-cli/" ]; then
88
cd static-php-cli/
0 commit comments