diff options
author | David Thompson <dthompson2@worcester.edu> | 2014-08-07 07:01:57 -0400 |
---|---|---|
committer | David Thompson <dthompson2@worcester.edu> | 2014-08-07 07:01:57 -0400 |
commit | 33bf449a0d730d83d0358f01332940bcca66dc2e (patch) | |
tree | 722279b01bc1b060b4150684e5e4886207b2dd80 | |
parent | 37efafaac9028ec0b39ecd1a2a4fd654630dfb29 (diff) |
Fix shebang.
* guix-web: Fix it.
-rwxr-xr-x | guix-web | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -1,4 +1,5 @@ -#!/usr/bin/guile !# +#!/usr/bin/guile +!# ;;; guix-web - Web interface for GNU Guix ;;; Copyright © 2014 David Thompson <davet@gnu.org> |