projects
/
mit-scheme.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
bae0c33
)
Use `pwd`, rather than $(pwd), which standard sh does not support.
author
Taylor R. Campbell
<net/mumble/campbell>
Thu, 5 Apr 2007 00:25:30 +0000
(
00:25
+0000)
committer
Taylor R. Campbell
<net/mumble/campbell>
Thu, 5 Apr 2007 00:25:30 +0000
(
00:25
+0000)
v7/src/compiler/Clean.sh
patch
|
blob
|
history
diff --git
a/v7/src/compiler/Clean.sh
b/v7/src/compiler/Clean.sh
index 3b14ce3e3727145a2ac557f280268d1879d4e4cc..58e0da26a9cf6a5167babc4f358a9e1a4ddfa3f4 100755
(executable)
--- a/
v7/src/compiler/Clean.sh
+++ b/
v7/src/compiler/Clean.sh
@@
-1,6
+1,6
@@
#!/bin/sh
#
-# $Id: Clean.sh,v 1.1
3 2007/04/04 05:08:18
riastradh Exp $
+# $Id: Clean.sh,v 1.1
4 2007/04/05 00:25:30
riastradh Exp $
#
# Copyright (C) 1986, 1987, 1988, 1989, 1990, 1991, 1992, 1993, 1994,
# 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004,
@@
-31,7
+31,7
@@
if [ $# -ne 1 ]; then
exit 1
fi
-TOPDIR=${TOPDIR:-
$(pwd)
/..}
+TOPDIR=${TOPDIR:-
`pwd`
/..}
export TOPDIR
CLEANSH=${TOPDIR}/etc/Clean.sh
"${CLEANSH}" "${1}" rm-pkg