Search Results

Search: Posts Made By: srisreeku
5,767
Posted By srisreeku
'end of file' unexpected
HI,
I was converting a .bat file to .sh file for unix

Code snippet

#!/usr/bin/sh
set -x
if [ "$1" = "" ] then
goto RegularBuild;
CURDIR="$1";
cd "$CURDIR";

:RegularBuild
echo...
Showing results 1 to 1 of 1

 
All times are GMT -4. The time now is 01:53 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy