diff options
author | Raymaekers Luca <luca@spacehb.net> | 2025-03-18 01:41:53 +0100 |
---|---|---|
committer | Raymaekers Luca <luca@spacehb.net> | 2025-03-18 01:42:09 +0100 |
commit | c1cbf799aef1393fecd707b6121c8a3d94d0a773 (patch) | |
tree | 7ac0cf51c13c2970e8fcf7d36ed966d78fb42f9e /misc/debug | |
parent | b163092f847a6fa28623fb0d23dceb6437c2c1ca (diff) |
Rewrote expansion code
Multiple expansions can happend in one @expand expression.
Diffstat (limited to 'misc/debug')
-rwxr-xr-x | misc/debug | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -1,3 +1,4 @@ #!/bin/sh -setsid gf2 ./meta > /dev/null 2>&1 +ThisDir="$(dirname "$(readlink -f "$0")")" +setsid gf2 "$ThisDir"/../build/metac > /dev/null 2>&1 |