Fix tidal bash script

This commit is contained in:
2024-01-29 23:09:05 +01:00
parent e534a4009f
commit 316ab8c780

View File

@ -1,2 +1,3 @@
#!/bin/sh #!/bin/sh
ghci -ghci-script $(ghc -e 'import Paths_tidal' -e 'getDataDir>>=putStr')/BootTidal.hs ghci -ghci-script "$(ghc -e 'import Paths_tidal' -e 'getDataDir>>=putStr')/BootTidal.hs"