View | Details | Raw Unified | Return to bug 96258
Collapse All | Expand All

(-)src/f-spot.in (-2 / +1 lines)
Lines 17-20 Link Here
17
	echo "*** Running F-Spot in Debug Mode ***"
17
	echo "*** Running F-Spot in Debug Mode ***"
18
esac
18
esac
19
19
20
exec -a @PACKAGE@ mono $MONO_OPTIONS $EXE_TO_RUN "$@"
20
exec mono $MONO_OPTIONS $EXE_TO_RUN "$@"
21
------------------------------ eat here ---------------------------------

Return to bug 96258