From ea092ccc798b820ebe5505a0b1f1cc65fbb80bac Mon Sep 17 00:00:00 2001 From: Sebastian Huber Date: Thu, 7 Jun 2018 06:13:38 +0200 Subject: tools: Remove rtems-bin2c This tool is now included in the RTEMS tools repository. Close #3380. --- testsuites/fstests/fsdosfsname01/create_image.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'testsuites/fstests') diff --git a/testsuites/fstests/fsdosfsname01/create_image.sh b/testsuites/fstests/fsdosfsname01/create_image.sh index 2bd470a00a..2f38282b26 100755 --- a/testsuites/fstests/fsdosfsname01/create_image.sh +++ b/testsuites/fstests/fsdosfsname01/create_image.sh @@ -26,7 +26,7 @@ if [ -e "$1" ] sudo dd if="$1" of="$IMAGE_BIN" - /opt/rtems-4.11/bin/rtems-bin2c -C -c "$IMAGE_BIN" "$IMAGE" + rtems-bin2c -C -c "$IMAGE_BIN" "$IMAGE" mv "$IMAGE".c "$IMAGE".h rm -f "$IMAGE_BIN" else -- cgit v1.2.3