Mercurial > bins
view debian/patches/23_bashism @ 9:0f248ad86f9f 1.1.29.e2
bins_edit: try to get encoding stuff right, move it into main
author | Peter Gervai <grin@grin.hu> |
---|---|
date | Thu, 16 Oct 2008 00:11:14 +0200 |
parents | c5749e43b1d7 |
children |
line wrap: on
line source
--- bins-1.1.29.orig/tools/anti_bins +++ bins-1.1.29/tools/anti_bins @@ -47,7 +47,7 @@ exit 2 fi -if [[ $CONFIGURATION_IS_OK == 0 ]] ; then +if [ $CONFIGURATION_IS_OK = 0 ] ; then echo "Edit this script to set configuration variables." exit 1 fi --- bins-1.1.29.orig/tools/add_num_prefix +++ bins-1.1.29/tools/add_num_prefix @@ -1,4 +1,4 @@ -#!/bin/sh +#!/bin/bash # Add a numeric prefix starting at $1, incrementing by $2 on $3..$n files