forked from mirrors/principia
Fix AppRun to use Bash
Some distros (ahem) use Dash for /bin/sh which doesn't support string substitution
This commit is contained in:
parent
f4e3c7b32d
commit
862e8faff3
1 changed files with 1 additions and 1 deletions
|
|
@ -30,7 +30,7 @@ cp usr/share/icons/hicolor/128x128/apps/principia.png principia.png
|
|||
ln -s principia.png .DirIcon
|
||||
|
||||
cat > AppRun <<\APPRUN
|
||||
#!/bin/sh
|
||||
#!/bin/bash
|
||||
|
||||
if ! command -v -- "xdg-mime" > /dev/null 2>&1; then
|
||||
echo "Required XDG helper scripts required by Principia are not found."
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue