From cbc1d2a26c9e7e50867a4531caa4cd34ffcdb861 Mon Sep 17 00:00:00 2001 From: Shinsuke OTA Date: Sat, 30 Aug 2014 06:38:43 +0900 Subject: [PATCH] bugfix: alias acd evaluate the ARTEMIS_WORK correctly --- .artlogin.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.artlogin.sh b/.artlogin.sh index 22975b9..2cc1fe6 100755 --- a/.artlogin.sh +++ b/.artlogin.sh @@ -23,7 +23,7 @@ fi username=$1 userdir=$artemis_dir/user/$username -alias acd="cd ${ARTEMIS_WORKDIR}" +alias acd='cd ${ARTEMIS_WORKDIR}' export ARTEMIS_USER=$username export ARTEMIS_WORKDIR=$userdir -- GitLab