Fix shebangs
This commit is contained in:
committed by
John Livingston
parent
561bd50a42
commit
a129a9bc4c
@ -1,4 +1,4 @@
|
||||
#!/bin/env node
|
||||
#!/usr/bin/env node
|
||||
|
||||
// SPDX-FileCopyrightText: 2024 John Livingston <https://www.john-livingston.fr/>
|
||||
//
|
||||
|
@ -1,4 +1,4 @@
|
||||
#!/bin/bash
|
||||
#!/usr/bin/env bash
|
||||
|
||||
# SPDX-FileCopyrightText: 2024 John Livingston <https://www.john-livingston.fr/>
|
||||
#
|
||||
@ -91,7 +91,7 @@ mv "$converse_build_dir/custom/index.js" "$converse_build_dir/src/"
|
||||
cp "$src_dir/loc.keys.js" "$converse_build_dir/"
|
||||
|
||||
echo "Patching i18n files to add custom labels..."
|
||||
/bin/env node conversejs/build-conversejs-patch-i18n.js
|
||||
/usr/bin/env node conversejs/build-conversejs-patch-i18n.js
|
||||
|
||||
if [[ ! -d "$converse_build_dir/node_modules" ]]; then
|
||||
echo "Missing node_modules directory, seems we have to call the makefile..."
|
||||
|
Reference in New Issue
Block a user