From 28ca39dd1b24fb8a9c1791c4b572a9657536b164 Mon Sep 17 00:00:00 2001 From: Nicolas Boisselier Date: Tue, 16 Jan 2018 02:32:37 +0000 Subject: [PATCH] etc/profile.d/nb.sh --- etc/profile.d/nb.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/etc/profile.d/nb.sh b/etc/profile.d/nb.sh index f7b39cdc..24b5071f 100644 --- a/etc/profile.d/nb.sh +++ b/etc/profile.d/nb.sh @@ -77,8 +77,8 @@ nb_perl() { } nb_php() { - local code="$1"; shift - php -r "require '$NB_ROOT/lib/php/cmd.php';$code;" $@ + local code="$1"; shift + php -r "require '$NB_ROOT/lib/php/cmd.php';$code;" $@ } nb_api() { -- 2.47.3