From b136cb0e9752bc4b8091bd9edb0035db2bdb7cef Mon Sep 17 00:00:00 2001 From: Alexander Tratsevskiy Date: Tue, 15 Nov 2022 23:28:17 +0300 Subject: [PATCH] =?UTF-8?q?=D0=94=D0=BE=D0=B1=D0=B0=D0=B2=D0=BB=D0=B5?= =?UTF-8?q?=D0=BD=20vi=20=D0=B2=20=D1=81=D0=B8=D1=81=D1=82=D0=B5=D0=BC?= =?UTF-8?q?=D0=B0=D1=85=20=D0=B1=D0=B5=D0=B7=20vim=20:)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- profiles/templates/2_ac_install_merge/sys-apps/busybox/vi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/profiles/templates/2_ac_install_merge/sys-apps/busybox/vi b/profiles/templates/2_ac_install_merge/sys-apps/busybox/vi index b5c93d5f3..28d2a4254 100644 --- a/profiles/templates/2_ac_install_merge/sys-apps/busybox/vi +++ b/profiles/templates/2_ac_install_merge/sys-apps/busybox/vi @@ -1,3 +1,3 @@ # Calculate path=/usr/local/bin chmod=755 #!/bin/sh -exec vi "$@" +exec busybox vi "$@"