mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-15 07:56:36 +00:00
13 lines
375 B
Plaintext
13 lines
375 B
Plaintext
--- snavigator/snavigator/unix/snavigator.orig 2004-01-04 00:13:24.000000000 +0100
|
|
+++ snavigator/snavigator/unix/snavigator 2008-04-22 01:11:03.000000000 +0200
|
|
@@ -1,7 +1,8 @@
|
|
#!/bin/sh
|
|
|
|
# the directory where this script lives
|
|
-snbindir=`dirname $0`
|
|
+me=`realpath $0`
|
|
+snbindir=`dirname $me`
|
|
script=snavigator
|
|
|
|
# $script is either in ../share/etc/ or ../../share/etc/
|