diff options
author | Laurent Bercot <ska-skaware@skarnet.org> | 2019-07-19 12:41:54 +0000 |
---|---|---|
committer | Laurent Bercot <ska-skaware@skarnet.org> | 2019-07-19 12:41:54 +0000 |
commit | a5d8403d70acbe7f0d707660fd02326799905530 (patch) | |
tree | b082785cb3f41afe75cca6cc8740b6d559779a7a /configure | |
parent | ff7a54609beb929d70c3243d03b15eb29b6fb5cb (diff) | |
download | skalibs-a5d8403d70acbe7f0d707660fd02326799905530.tar.xz |
Accept configure invocation from any directory
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -1,5 +1,6 @@ #!/bin/sh +cd `dirname "$0"` . package/info usage () { |