Commit 09ac1fde authored by Neil Schemenauer's avatar Neil Schemenauer

Fix a typo.

parent 18821823
...@@ -65,7 +65,7 @@ done ...@@ -65,7 +65,7 @@ done
# Set default libdir and config if not set by command line # Set default libdir and config if not set by command line
# (Not all systems have dirname) # (Not all systems have dirname)
case $srcdir in case $libdir in
'') case $0 in '') case $0 in
*/*) libdir=`echo $0 | sed 's,/[^/]*$,,'`;; */*) libdir=`echo $0 | sed 's,/[^/]*$,,'`;;
*) libdir=.;; *) libdir=.;;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment