Fix an issue passing parameters

This commit is contained in:
Solene Rapenne 2021-06-06 16:56:52 +02:00
parent 2c6ba1c5b9
commit 72b58ed7e9
1 changed files with 1 additions and 2 deletions

View File

@ -1,7 +1,6 @@
#!/bin/sh #!/bin/sh
export LD_LIBRARY_PATH=$LIBRARY_PATH export LD_LIBRARY_PATH=$LIBRARY_PATH
RUNNER=$(find ~/.guix-profile/lib/ -name 'ld-linux-*.so*') RUNNER=$(find ~/.guix-profile/lib/ -name 'ld-linux-*.so*')
$RUNNER $* $RUNNER "$@"