From 7393918f19de38f1a6430f93f5cff52fd475d28c Mon Sep 17 00:00:00 2001 From: "Igor Zalatov (from Citadel PC)" Date: Sat, 27 Aug 2022 15:33:31 +0300 Subject: [PATCH] Edits recommended by @themactep --- general/overlay/etc/profile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/general/overlay/etc/profile b/general/overlay/etc/profile index 9414447c..69b576ca 100644 --- a/general/overlay/etc/profile +++ b/general/overlay/etc/profile @@ -32,7 +32,7 @@ export EDITOR='/bin/vi' cli() { yaml-cli -i /etc/majestic.yaml $@; } -differ() { diff -rN /rom$1 $1; } +differ() { diff -rN "/rom$1" "$1"; } [ -x /tmp/ipctool ] || ipctool() { [ -x /tmp/ipctool ] && /tmp/ipctool $@ || (curl -s -L -o /tmp/ipctool https://github.com/OpenIPC/ipctool/releases/download/latest/ipctool$ARC && \ chmod +x /tmp/ipctool && echo_c 35 "The ipctool installed as remote GitHub plugin" && /tmp/ipctool $@); }