summaryrefslogtreecommitdiff
path: root/comp/lucas-standen-NEA/code2/zpy.sh
diff options
context:
space:
mode:
authorThing1 <thing1@seacrossedlovers.xyz>2024-09-10 16:36:22 +0100
committerThing1 <thing1@seacrossedlovers.xyz>2024-09-10 16:36:22 +0100
commitfe89cc56e2aa7fa119e2251d104acde37d632cd9 (patch)
treebc3f21ac2e998b292dd836c745c308dbe63e1221 /comp/lucas-standen-NEA/code2/zpy.sh
parent9b83439d9d0204a5092772ae46ef43cea42dbc7c (diff)
started to fix the issue of not outputing to a var
Diffstat (limited to 'comp/lucas-standen-NEA/code2/zpy.sh')
-rwxr-xr-xcomp/lucas-standen-NEA/code2/zpy.sh3
1 files changed, 2 insertions, 1 deletions
diff --git a/comp/lucas-standen-NEA/code2/zpy.sh b/comp/lucas-standen-NEA/code2/zpy.sh
index 7dc663e..dbbbdbd 100755
--- a/comp/lucas-standen-NEA/code2/zpy.sh
+++ b/comp/lucas-standen-NEA/code2/zpy.sh
@@ -1,2 +1,3 @@
#!/bin/sh
-./zpy $1 | cc -x c - -Wno-implicit -Wno-missing-declarations -o $2
+CC=cc
+./zpy $1 | ${CC} -x c - -Wno-implicit -Wno-missing-declarations -o $2