Revision 15289,
778 bytes
checked in by ghudson, 24 years ago
(diff) |
This commit was generated by cvs2svn to compensate for changes in r15288,
which included commits to RCS files with non-trunk default branches.
|
-
Property svn:executable set to
*
|
Rev | Line | |
---|
[15288] | 1 | #!/bin/sh |
---|
| 2 | |
---|
| 3 | # moved -- script to ease the pain of The Grand Renaming |
---|
| 4 | |
---|
| 5 | # $Id: moved,v 1.1.1.1 2000-11-12 06:26:10 ghudson Exp $ |
---|
| 6 | |
---|
| 7 | dir=`dirname $0` |
---|
| 8 | name=`basename $0` |
---|
| 9 | |
---|
| 10 | case $name in |
---|
| 11 | sawmill*) |
---|
| 12 | ext=`echo $name | sed -e 's/^sawmill\(.*\)$/\1/'` |
---|
| 13 | ;; |
---|
| 14 | *) |
---|
| 15 | echo "Can't work out new name of program $name." |
---|
| 16 | exit 5 |
---|
| 17 | ;; |
---|
| 18 | esac |
---|
| 19 | |
---|
| 20 | if [ "x$QUIET_SAWFISH" != "xyes" ]; then |
---|
| 21 | cat >&2 <<EOF |
---|
| 22 | |
---|
| 23 | *** "$name" is now called "sawfish$ext" |
---|
| 24 | |
---|
| 25 | *** For legal reasons the window manager "sawmill" is now called |
---|
| 26 | *** "sawfish". Please edit any scripts that refer to programs called |
---|
| 27 | *** "sawmill*" to invoke "sawfish*" instead |
---|
| 28 | |
---|
| 29 | *** For now I will run the new program for you automatically; this |
---|
| 30 | *** facility will be removed in a future release. |
---|
| 31 | |
---|
| 32 | EOF |
---|
| 33 | fi |
---|
| 34 | |
---|
| 35 | exec "$dir/sawfish$ext" "$@" |
---|
Note: See
TracBrowser
for help on using the repository browser.