From cc2c21ae4217cd3a47b4ffd4d002db138be986de Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alexander=20P=C3=A1nek?= Date: Mon, 24 Feb 2014 16:34:19 +0100 Subject: [PATCH] Updated shebang line Not everyone has SBCL installed in /usr/bin/sbcl and sometimes one wants to test other versions of SBCL or just not install the official Debian/Ubuntu packages. I have tested this on Ubuntu precise and it worked for me. I got the info this would work from here: https://bugs.launchpad.net/sbcl/+bug/1284148 --- pgloader.lisp | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/pgloader.lisp b/pgloader.lisp index 8d66703..1c0e191 100755 --- a/pgloader.lisp +++ b/pgloader.lisp @@ -1,4 +1,7 @@ -#! /usr/bin/sbcl --script +#!/bin/sh +#| +exec sbcl --script "$0" $@ +|# ;;; load the necessary components then parse the command line ;;; and launch the work