From: Mike Frysinger Date: Tue, 17 Dec 2013 17:15:33 +0000 (-0500) Subject: cros-board: fix double slash and add more helpful commands X-Git-Url: https://git.wh0rd.org/?a=commitdiff_plain;h=1227e08dafc1c4d7d96fe7613e7209f8e9a96802;p=home.git cros-board: fix double slash and add more helpful commands --- diff --git a/.bin/cros-board b/.bin/cros-board index c8eb4ae..df6aa90 100755 --- a/.bin/cros-board +++ b/.bin/cros-board @@ -96,8 +96,8 @@ cd "${IMAGES}" rm -rf $(ls -td1R `find -mindepth 1 -maxdepth 1 -type d` | sed -e 1d -e 2d) d="~/trunk/src/scripts" -BUILD_IMG="${d}/${BUILD_IMG#.}" -IMG_TO_USB="${d}/${IMG_TO_USB#.}" +BUILD_IMG="${d}/${BUILD_IMG#./}" +IMG_TO_USB="${d}/${IMG_TO_USB#./}" cat <