File: 004_shell-fix

package info (click to toggle)
ecos 2.0-0pre3
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k
  • size: 18,484 kB
  • ctags: 8
  • sloc: makefile: 205; sh: 4
file content (17 lines) | stat: -rw-r--r-- 888 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
diff -ruN ecos-old/packages/hal/sparc/leon/current/support/do-gdb-sim ecos/packages/hal/sparc/leon/current/support/do-gdb-sim
--- ecos-old/packages/hal/sparc/leon/current/support/do-gdb-sim	Tue May 21 07:24:07 2002
+++ ecos/packages/hal/sparc/leon/current/support/do-gdb-sim	Sun Jun 16 16:34:57 2002
@@ -1,3 +1,3 @@
-#! /bin/csh
+#! /bin/sh
 tsim-leon -nfp -gdb >& /dev/stdout &
 sparc-rtems-gdb -nw -nx $*:q
diff -ruN ecos-old/packages/services/gfx/mw/current/src/mwin/bmp/convxpm.perl ecos/packages/services/gfx/mw/current/src/mwin/bmp/convxpm.perl
--- ecos-old/packages/services/gfx/mw/current/src/mwin/bmp/convxpm.perl	Tue May 21 07:25:41 2002
+++ ecos/packages/services/gfx/mw/current/src/mwin/bmp/convxpm.perl	Sun Jun 16 16:35:19 2002
@@ -1,4 +1,4 @@
-#!/bin/perl
+#!/usr/bin/perl
 
 # This is a little perl script that converts XPM colors from
 # X colors to their true RGB format