Changeset a223b6b for barnowl-wrapper.in
- Timestamp:
- Apr 19, 2013, 3:22:54 AM (11 years ago)
- Branches:
- master, release-1.10
- Children:
- 499224d
- Parents:
- 487cc2b
- git-author:
- Anders Kaseorg <andersk@mit.edu> (04/09/13 19:40:28)
- git-committer:
- Anders Kaseorg <andersk@mit.edu> (04/19/13 03:22:54)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
barnowl-wrapper.in
r1dba5bd ra223b6b 1 1 #!/bin/sh 2 2 # This is a wrapper script to point BARNOWL_DATA_DIR at the source dir 3 # if we're running from a build tree. b arnowl.binis the actual built3 # if we're running from a build tree. bin/barnowl is the actual built 4 4 # binary. 5 5 6 EXE=" $0.bin"6 EXE="@abs_builddir@/bin/$(basename "$0")" 7 7 8 8 if test ! -x "$EXE"; then
Note: See TracChangeset
for help on using the changeset viewer.