diff options
author | sabetts <sabetts> | 2004-11-17 16:27:38 +0000 |
---|---|---|
committer | sabetts <sabetts> | 2004-11-17 16:27:38 +0000 |
commit | 6314f28b1fd06837738e1628bb278e1a0a821180 (patch) | |
tree | 45a9df291099cb69b54b598993c2de01436dbb4b | |
parent | d930e6282ab155e2aa81fcc3fc57c236167fb7c8 (diff) | |
download | ratpoison-6314f28b1fd06837738e1628bb278e1a0a821180.zip |
use env to find out where bash is
-rw-r--r-- | ChangeLog | 4 | ||||
-rwxr-xr-x | contrib/rpws | 2 |
2 files changed, 5 insertions, 1 deletions
@@ -1,3 +1,7 @@ +2004-11-17 Shawn Betts <katia_dilkina@verizon.net> + + * contrib/rpws: use env to find out where bash is + 2004-11-11 Shawn Betts <katia_dilkina@verizon.net> * contrib/genrpbindings: fix up path to ratpoison binary diff --git a/contrib/rpws b/contrib/rpws index 33a7cec..2b091d0 100755 --- a/contrib/rpws +++ b/contrib/rpws @@ -1,4 +1,4 @@ -#!/bin/bash +#!/usr/bin/env bash # # Workspaces for ratpoison # Copyright (C) 2003 Shawn Betts |