Skip to content

Commit

Permalink
Allow install outside project root (#1)
Browse files Browse the repository at this point in the history
  • Loading branch information
thomas-bc authored Jul 10, 2023
1 parent 066c01e commit 27bb98d
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions install
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
#!/bin/sh -e

# Go to the working directory, so that relative paths work as expected
wd=`dirname $0`
cd $wd

if test $# -gt 1
then
echo 'usage: install dest-dir' 1>&2
Expand Down

0 comments on commit 27bb98d

Please sign in to comment.