From ca4e287101776f2bb033fc93ae4b04eb4428a5fa Mon Sep 17 00:00:00 2001 From: Alena Kazakova Date: Mon, 27 Nov 2017 19:09:33 +0900 Subject: [PATCH] Update rmlib.sh --- src/scripts/rmlib.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/scripts/rmlib.sh b/src/scripts/rmlib.sh index 309a2fa..1999122 100644 --- a/src/scripts/rmlib.sh +++ b/src/scripts/rmlib.sh @@ -1,4 +1,4 @@ #!/bin/sh echo -en "Remove lib from... " -echo $SRCD -rm $SRCD/robot.h #SRCD/librobot.a +read SRCD +rm $SRCD/robot.h $SRCD/librobot.a