forked from Lainports/freebsd-ports
14 lines
348 B
Text
14 lines
348 B
Text
--- src/f-spot.in.orig Mon Jan 15 04:53:32 2007
|
|
+++ src/f-spot.in Thu Jan 18 13:27:50 2007
|
|
@@ -1,4 +1,4 @@
|
|
-#!/bin/bash
|
|
+#!/bin/sh
|
|
|
|
prefix=@prefix@
|
|
exec_prefix=@exec_prefix@
|
|
@@ -44,4 +43,4 @@
|
|
echo "** Running Mono with $MONO_OPTIONS **"
|
|
fi
|
|
|
|
-exec -a @PACKAGE@ mono $MONO_OPTIONS $EXE_TO_RUN "$@"
|
|
+exec mono $MONO_OPTIONS $EXE_TO_RUN "$@"
|