Subversion Repositories

?revision_form?Rev ?revision_input??revision_submit??revision_endform?

Rev 3 | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
3 magnus 1
From 425b68b3e3c049629903de8ab2163397b749c332 Mon Sep 17 00:00:00 2001
2
From: Jari Aalto <jari.aalto@cante.net>
3
Date: Sat, 8 May 2010 23:22:29 +0300
4
Subject: [PATCH] left-handed_templates/floptheme.sh: Use bash
5
Organization: Private
6
Content-Type: text/plain; charset="utf-8"
7
Content-Transfer-Encoding: 8bit
8
 
9
Signed-off-by: Jari Aalto <jari.aalto@cante.net>
10
---
11
 left-handed_templates/floptheme.sh |    2 +-
12
 1 files changed, 1 insertions(+), 1 deletions(-)
13
 
14
diff --git a/left-handed_templates/floptheme.sh b/left-handed_templates/floptheme.sh
15
index b9bc51e..b2564d0 100755
16
--- a/left-handed_templates/floptheme.sh
17
+++ b/left-handed_templates/floptheme.sh
18
@@ -1,4 +1,4 @@
19
-#!/bin/sh
20
+#!/bin/bash
21
 
22
 cursorstoflop="left_ptr
23
 copy
24
-- 
25
1.7.0
26