mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-07-13 09:49:35 -04:00
Fix WebUI Make Source build script for LMDE and other using /bin/sh.
This commit is contained in:
parent
3701366078
commit
d6723c1412
1 changed files with 2 additions and 2 deletions
|
@ -1,8 +1,8 @@
|
|||
#!/usr/bin/sh
|
||||
#!/usr/bin/env sh
|
||||
|
||||
# create webfiles from sources at compile time (works without npm/node.js)
|
||||
|
||||
if [ "$1" == "" ];then
|
||||
if [ "$1" = "" ];then
|
||||
publicdest=../../webui
|
||||
src=..
|
||||
else
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue