projects
/
sbcl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a129450
)
sbcl-pwd.sh: Fix when $OSTYPE is not set.
author
Stas Boukarev
<stassats@gmail.com>
Thu, 7 Nov 2013 20:02:16 +0000
(
00:02
+0400)
committer
Stas Boukarev
<stassats@gmail.com>
Thu, 7 Nov 2013 20:02:16 +0000
(
00:02
+0400)
sbcl-pwd.sh
patch
|
blob
|
history
diff --git
a/sbcl-pwd.sh
b/sbcl-pwd.sh
index
487a5d5
..
c9d13c3
100644
(file)
--- a/
sbcl-pwd.sh
+++ b/
sbcl-pwd.sh
@@
-4,7
+4,7
@@
# This ensures that SBCL_PWD is a path understandable to SBCL.
sbcl_pwd() {
- case $OSTYPE in
+ case "${OSTYPE:-}" in
cygwin)
SBCL_PWD="`cygpath -m \"$(pwd)\"`" ;;
msys)