mirror of
https://github.com/terrapkg/packages.git
synced 2026-06-01 17:32:18 +00:00
09d4c3048e
* add: deno
* completions
* Update rust-deno.spec
* clang
* asdlfkj
* mkdir?
* bruh
* no elvish?
* %undefine __brp_mangle_shebangs
* copy licernse
---------
(cherry picked from commit c4ff7bfc38)
Signed-off-by: madomado <madonuko@outlook.com>
Co-authored-by: madomado <madonuko@outlook.com>
7 lines
121 B
Bash
Executable File
7 lines
121 B
Bash
Executable File
#!/bin/bash
|
|
if [[ " $@ " =~ "jitterentropy" ]]; then
|
|
exec gcc $(echo "$@" | sed 's/-O[0-9s]//g')
|
|
else
|
|
exec gcc "$@"
|
|
fi
|