Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/phpmyadmin/phpmyadmin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarc Delisle <marc@infomarc.info>2013-10-01 14:13:20 +0400
committerMarc Delisle <marc@infomarc.info>2013-10-01 14:13:20 +0400
commit73f4d166db6354552b9a089d4566cc5b893a6a71 (patch)
tree69ee20f8a110647856aa236e2b4c8e5b57cf7982 /scripts
parentf72374447c3f4d8268e9cc9894b23a7cafb17e84 (diff)
Seems like a bash-specific feature is needed
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/line-counts.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/line-counts.sh b/scripts/line-counts.sh
index b8d736f804..1c991624ee 100755
--- a/scripts/line-counts.sh
+++ b/scripts/line-counts.sh
@@ -1,4 +1,4 @@
-#!/bin/sh
+#!/bin/bash
cat > js/line_counts.php <<EOF
<?php
/* vim: set expandtab sw=4 ts=4 sts=4: */