Changeset View
Changeset View
Standalone View
Standalone View
games/anki/files/patch-tools_status.sh
- This file was moved from games/anki/files/patch-scripts_status.sh.
| Use _MY_BUILDHASH which is defined in the Port's Makefile | Use _MY_BUILDHASH which is defined in the Port's Makefile | ||||
| --- scripts/status.sh.orig 2021-02-15 17:35:54 UTC | --- tools/status.sh.orig 2022-06-05 15:45:44 UTC | ||||
| +++ scripts/status.sh | +++ tools/status.sh | ||||
| @@ -1,3 +1,3 @@ | @@ -1,3 +1,3 @@ | ||||
| #!/bin/bash | #!/bin/bash | ||||
| -echo "STABLE_BUILDHASH $(git rev-parse --short=8 HEAD || echo nogit)" | -echo "STABLE_BUILDHASH $(git rev-parse --short=8 HEAD || echo nogit)" | ||||
| +echo "STABLE_BUILDHASH $(git rev-parse --short=8 HEAD || echo %%_MY_BUILDHASH%%)" | +echo "STABLE_BUILDHASH $(git rev-parse --short=8 HEAD || echo %%_MY_BUILDHASH%%)" | ||||