Skip to content
Snippets Groups Projects
Commit cf499fcf authored by Henrik (Grubba) Grubbström's avatar Henrik (Grubba) Grubbström
Browse files

Bugfix.

Rev: src/run_autoconfig:1.25
parent 1b105650
No related branches found
No related tags found
No related merge requests found
#!/bin/sh #!/bin/sh
# #
# $Id: run_autoconfig,v 1.24 1998/09/24 17:34:03 grubba Exp $ # $Id: run_autoconfig,v 1.25 1998/09/24 17:36:39 grubba Exp $
# #
# Bootstrap script # Bootstrap script
...@@ -19,6 +19,8 @@ else ...@@ -19,6 +19,8 @@ else
localdir=`echo $0 | sed 's@[^/]*$@@g'` localdir=`echo $0 | sed 's@[^/]*$@@g'`
if test "x$localdir" = "x"; then if test "x$localdir" = "x"; then
localdir=`pwd` localdir=`pwd`
else
localdir=`cd $localdir;pwd`
fi fi
fi fi
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment