From cc614bc64ec19bde89039fa867ce5f3a3f169644 Mon Sep 17 00:00:00 2001 From: chriskl Date: Tue, 20 May 2003 02:33:04 +0000 Subject: [PATCH] use /bin/sh - more portable. try to improve permissions --- lang/synch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lang/synch b/lang/synch index 9339fbb9..31cbb3cd 100755 --- a/lang/synch +++ b/lang/synch @@ -1,4 +1,4 @@ -#!/bin/bash +#!/bin/sh # This script will synchronize language file with the master # english translation using chriskl's langcheck utility. # It doesn't translate strings, only inserts english versions -- 2.39.5