From: Florian Friesdorf <flo@chaoflow.net>
Date: Sun, 20 Nov 2011 21:15:24 +0000 (-0800)
Subject: fix a double // to single /
X-Git-Tag: 0.11_rc1~119
X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=cef4075404e093c91e6135802430a46ae97462ed;p=notmuch.git

fix a double // to single /
---

diff --git a/test/raw b/test/raw
index b7e265a8..99d3a3bf 100755
--- a/test/raw
+++ b/test/raw
@@ -1,4 +1,4 @@
-#!/usr//bin/env bash
+#!/usr/bin/env bash
 
 test_description='notmuch show --format=raw'
 . ./test-lib.sh