summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMatheus Gabriel Werny de Lima2021-03-01 09:30:23 +0100
committerMatheus Gabriel Werny de Lima2021-03-01 09:30:23 +0100
commita59c3bde484db3f0f126d3e5489cefa1a9b078e2 (patch)
tree8f22a6aaf3a1f13ed5de6a621419042b8fa1ca40 /PKGBUILD
parente4a49026fcd302575184980d0d454020ad100515 (diff)
downloadaur-a59c3bde484db3f0f126d3e5489cefa1a9b078e2.tar.gz
Error fix.
Diffstat (limited to 'PKGBUILD')
-rwxr-xr-xPKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index c6a9749eb4d5..b5f097645207 100755
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -56,7 +56,7 @@ package()
# Create nbxplorer-start.sh.
echo -e "#!/bin/bash
- tmux new-session -s ${_pkgname_lc} -d \"${_pkgname_lc}\";bash -i" > ${srcdir}/${_pkgname}/${_pkgname_lc}-start.sh
+ tmux new-session -s ${_pkgname_lc} -d \"${_pkgname_lc};bash -i\"" > ${srcdir}/${_pkgname}/${_pkgname_lc}-start.sh
# Create nbxplorer-stop.sh.
echo -e "#!/bin/bash